Skip to content

Commit e8c5f88

Browse files
maskri17copybara-github
authored andcommitted
Adding remaining string ext functions
PiperOrigin-RevId: 807720234
1 parent 19f11b3 commit e8c5f88

File tree

9 files changed

+1535
-317
lines changed

9 files changed

+1535
-317
lines changed

common/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ cc_library(
633633
":value_kind",
634634
"//base:attributes",
635635
"//common/internal:byte_string",
636+
"//common/internal:reference_count",
636637
"//eval/internal:cel_value_equal",
637638
"//eval/public:cel_value",
638639
"//eval/public:message_wrapper",
@@ -713,6 +714,7 @@ cc_test(
713714
"//internal:testing_descriptor_pool",
714715
"//internal:testing_message_factory",
715716
"//runtime:runtime_options",
717+
"//runtime/internal:errors",
716718
"@com_google_absl//absl/base:core_headers",
717719
"@com_google_absl//absl/base:nullability",
718720
"@com_google_absl//absl/functional:function_ref",

0 commit comments

Comments
 (0)