/external/webrtc/third_party/abseil-cpp/absl/strings/ |
D | str_replace_test.cc | 25 TEST(StrReplaceAll, OneReplacement) { in TEST() argument 29 s = absl::StrReplaceAll(s, {{"", ""}}); in TEST() 31 s = absl::StrReplaceAll(s, {{"x", ""}}); in TEST() 33 s = absl::StrReplaceAll(s, {{"", "y"}}); in TEST() 35 s = absl::StrReplaceAll(s, {{"x", "y"}}); in TEST() 39 s = absl::StrReplaceAll("abc", {{"", ""}}); in TEST() 41 s = absl::StrReplaceAll("abc", {{"", "y"}}); in TEST() 43 s = absl::StrReplaceAll("abc", {{"x", ""}}); in TEST() 47 s = absl::StrReplaceAll("abc", {{"xyz", "123"}}); in TEST() 51 s = absl::StrReplaceAll("abc", {{"abc", "xyz"}}); in TEST() [all …]
|
D | str_replace.h | 68 ABSL_MUST_USE_RESULT std::string StrReplaceAll( 97 std::string StrReplaceAll(absl::string_view s, 113 int StrReplaceAll( 131 int StrReplaceAll(const StrToStrMapping& replacements, std::string* target); 194 std::string StrReplaceAll(absl::string_view s, in StrReplaceAll() function 204 int StrReplaceAll(const StrToStrMapping& replacements, std::string* target) { in StrReplaceAll() function
|
D | str_replace.cc | 71 std::string StrReplaceAll(absl::string_view s, in StrReplaceAll() function 73 return StrReplaceAll<strings_internal::FixedMapping>(s, replacements); in StrReplaceAll() 76 int StrReplaceAll(strings_internal::FixedMapping replacements, in StrReplaceAll() function 78 return StrReplaceAll<strings_internal::FixedMapping>(replacements, target); in StrReplaceAll()
|
D | str_replace_benchmark.cc | 99 std::string dest = absl::StrReplaceAll(src, {{"the", "box"}}); in BM_StrReplaceAllOneReplacement() 110 std::string dest = absl::StrReplaceAll(src, {{"the", "box"}, in BM_StrReplaceAll()
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | str_replace_test.cc | 25 TEST(StrReplaceAll, OneReplacement) { in TEST() argument 29 s = absl::StrReplaceAll(s, {{"", ""}}); in TEST() 31 s = absl::StrReplaceAll(s, {{"x", ""}}); in TEST() 33 s = absl::StrReplaceAll(s, {{"", "y"}}); in TEST() 35 s = absl::StrReplaceAll(s, {{"x", "y"}}); in TEST() 39 s = absl::StrReplaceAll("abc", {{"", ""}}); in TEST() 41 s = absl::StrReplaceAll("abc", {{"", "y"}}); in TEST() 43 s = absl::StrReplaceAll("abc", {{"x", ""}}); in TEST() 47 s = absl::StrReplaceAll("abc", {{"xyz", "123"}}); in TEST() 51 s = absl::StrReplaceAll("abc", {{"abc", "xyz"}}); in TEST() [all …]
|
D | str_replace.h | 68 ABSL_MUST_USE_RESULT std::string StrReplaceAll( 97 std::string StrReplaceAll(absl::string_view s, 113 int StrReplaceAll( 131 int StrReplaceAll(const StrToStrMapping& replacements, std::string* target); 194 std::string StrReplaceAll(absl::string_view s, in StrReplaceAll() function 204 int StrReplaceAll(const StrToStrMapping& replacements, std::string* target) { in StrReplaceAll() function
|
D | str_replace.cc | 71 std::string StrReplaceAll(absl::string_view s, in StrReplaceAll() function 73 return StrReplaceAll<strings_internal::FixedMapping>(s, replacements); in StrReplaceAll() 76 int StrReplaceAll(strings_internal::FixedMapping replacements, in StrReplaceAll() function 78 return StrReplaceAll<strings_internal::FixedMapping>(replacements, target); in StrReplaceAll()
|
D | str_replace_benchmark.cc | 99 std::string dest = absl::StrReplaceAll(src, {{"the", "box"}}); in BM_StrReplaceAllOneReplacement() 110 std::string dest = absl::StrReplaceAll(src, {{"the", "box"}, in BM_StrReplaceAll()
|
/external/abseil-cpp/absl/strings/ |
D | str_replace_test.cc | 25 TEST(StrReplaceAll, OneReplacement) { in TEST() argument 29 s = absl::StrReplaceAll(s, {{"", ""}}); in TEST() 31 s = absl::StrReplaceAll(s, {{"x", ""}}); in TEST() 33 s = absl::StrReplaceAll(s, {{"", "y"}}); in TEST() 35 s = absl::StrReplaceAll(s, {{"x", "y"}}); in TEST() 39 s = absl::StrReplaceAll("abc", {{"", ""}}); in TEST() 41 s = absl::StrReplaceAll("abc", {{"", "y"}}); in TEST() 43 s = absl::StrReplaceAll("abc", {{"x", ""}}); in TEST() 47 s = absl::StrReplaceAll("abc", {{"xyz", "123"}}); in TEST() 51 s = absl::StrReplaceAll("abc", {{"abc", "xyz"}}); in TEST() [all …]
|
D | str_replace.h | 68 ABSL_MUST_USE_RESULT std::string StrReplaceAll( 97 std::string StrReplaceAll(absl::string_view s, 113 int StrReplaceAll( 131 int StrReplaceAll(const StrToStrMapping& replacements, std::string* target); 194 std::string StrReplaceAll(absl::string_view s, in StrReplaceAll() function 204 int StrReplaceAll(const StrToStrMapping& replacements, std::string* target) { in StrReplaceAll() function
|
D | str_replace.cc | 71 std::string StrReplaceAll(absl::string_view s, in StrReplaceAll() function 73 return StrReplaceAll<strings_internal::FixedMapping>(s, replacements); in StrReplaceAll() 76 int StrReplaceAll(strings_internal::FixedMapping replacements, in StrReplaceAll() function 78 return StrReplaceAll<strings_internal::FixedMapping>(replacements, target); in StrReplaceAll()
|
D | str_replace_benchmark.cc | 99 std::string dest = absl::StrReplaceAll(src, {{"the", "box"}}); in BM_StrReplaceAllOneReplacement() 110 std::string dest = absl::StrReplaceAll(src, {{"the", "box"}, in BM_StrReplaceAll()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | str_replace_test.cc | 25 TEST(StrReplaceAll, OneReplacement) { in TEST() argument 29 s = absl::StrReplaceAll(s, {{"", ""}}); in TEST() 31 s = absl::StrReplaceAll(s, {{"x", ""}}); in TEST() 33 s = absl::StrReplaceAll(s, {{"", "y"}}); in TEST() 35 s = absl::StrReplaceAll(s, {{"x", "y"}}); in TEST() 39 s = absl::StrReplaceAll("abc", {{"", ""}}); in TEST() 41 s = absl::StrReplaceAll("abc", {{"", "y"}}); in TEST() 43 s = absl::StrReplaceAll("abc", {{"x", ""}}); in TEST() 47 s = absl::StrReplaceAll("abc", {{"xyz", "123"}}); in TEST() 51 s = absl::StrReplaceAll("abc", {{"abc", "xyz"}}); in TEST() [all …]
|
D | str_replace.h | 68 ABSL_MUST_USE_RESULT std::string StrReplaceAll( 97 std::string StrReplaceAll(absl::string_view s, 113 int StrReplaceAll( 131 int StrReplaceAll(const StrToStrMapping& replacements, std::string* target); 194 std::string StrReplaceAll(absl::string_view s, in StrReplaceAll() function 204 int StrReplaceAll(const StrToStrMapping& replacements, std::string* target) { in StrReplaceAll() function
|
D | str_replace.cc | 71 std::string StrReplaceAll(absl::string_view s, in StrReplaceAll() function 73 return StrReplaceAll<strings_internal::FixedMapping>(s, replacements); in StrReplaceAll() 76 int StrReplaceAll(strings_internal::FixedMapping replacements, in StrReplaceAll() function 78 return StrReplaceAll<strings_internal::FixedMapping>(replacements, target); in StrReplaceAll()
|
D | str_replace_benchmark.cc | 99 std::string dest = absl::StrReplaceAll(src, {{"the", "box"}}); in BM_StrReplaceAllOneReplacement() 110 std::string dest = absl::StrReplaceAll(src, {{"the", "box"}, in BM_StrReplaceAll()
|
/external/openscreen/third_party/abseil/src/absl/strings/ |
D | str_replace_test.cc | 25 TEST(StrReplaceAll, OneReplacement) { in TEST() argument 29 s = absl::StrReplaceAll(s, {{"", ""}}); in TEST() 31 s = absl::StrReplaceAll(s, {{"x", ""}}); in TEST() 33 s = absl::StrReplaceAll(s, {{"", "y"}}); in TEST() 35 s = absl::StrReplaceAll(s, {{"x", "y"}}); in TEST() 39 s = absl::StrReplaceAll("abc", {{"", ""}}); in TEST() 41 s = absl::StrReplaceAll("abc", {{"", "y"}}); in TEST() 43 s = absl::StrReplaceAll("abc", {{"x", ""}}); in TEST() 47 s = absl::StrReplaceAll("abc", {{"xyz", "123"}}); in TEST() 51 s = absl::StrReplaceAll("abc", {{"abc", "xyz"}}); in TEST() [all …]
|
D | str_replace.h | 68 ABSL_MUST_USE_RESULT std::string StrReplaceAll( 97 std::string StrReplaceAll(absl::string_view s, 113 int StrReplaceAll( 131 int StrReplaceAll(const StrToStrMapping& replacements, std::string* target); 194 std::string StrReplaceAll(absl::string_view s, in StrReplaceAll() function 204 int StrReplaceAll(const StrToStrMapping& replacements, std::string* target) { in StrReplaceAll() function
|
D | str_replace.cc | 71 std::string StrReplaceAll(absl::string_view s, in StrReplaceAll() function 73 return StrReplaceAll<strings_internal::FixedMapping>(s, replacements); in StrReplaceAll() 76 int StrReplaceAll(strings_internal::FixedMapping replacements, in StrReplaceAll() function 78 return StrReplaceAll<strings_internal::FixedMapping>(replacements, target); in StrReplaceAll()
|
D | str_replace_benchmark.cc | 99 std::string dest = absl::StrReplaceAll(src, {{"the", "box"}}); in BM_StrReplaceAllOneReplacement() 110 std::string dest = absl::StrReplaceAll(src, {{"the", "box"}, in BM_StrReplaceAll()
|
/external/libtextclassifier/abseil-cpp/absl/strings/ |
D | str_replace_test.cc | 25 TEST(StrReplaceAll, OneReplacement) { in TEST() argument 29 s = absl::StrReplaceAll(s, {{"", ""}}); in TEST() 31 s = absl::StrReplaceAll(s, {{"x", ""}}); in TEST() 33 s = absl::StrReplaceAll(s, {{"", "y"}}); in TEST() 35 s = absl::StrReplaceAll(s, {{"x", "y"}}); in TEST() 39 s = absl::StrReplaceAll("abc", {{"", ""}}); in TEST() 41 s = absl::StrReplaceAll("abc", {{"", "y"}}); in TEST() 43 s = absl::StrReplaceAll("abc", {{"x", ""}}); in TEST() 47 s = absl::StrReplaceAll("abc", {{"xyz", "123"}}); in TEST() 51 s = absl::StrReplaceAll("abc", {{"abc", "xyz"}}); in TEST() [all …]
|
D | str_replace.h | 68 ABSL_MUST_USE_RESULT std::string StrReplaceAll( 97 std::string StrReplaceAll(absl::string_view s, 113 int StrReplaceAll( 131 int StrReplaceAll(const StrToStrMapping& replacements, std::string* target); 194 std::string StrReplaceAll(absl::string_view s, in StrReplaceAll() function 204 int StrReplaceAll(const StrToStrMapping& replacements, std::string* target) { in StrReplaceAll() function
|
D | str_replace.cc | 71 std::string StrReplaceAll(absl::string_view s, in StrReplaceAll() function 73 return StrReplaceAll<strings_internal::FixedMapping>(s, replacements); in StrReplaceAll() 76 int StrReplaceAll(strings_internal::FixedMapping replacements, in StrReplaceAll() function 78 return StrReplaceAll<strings_internal::FixedMapping>(replacements, target); in StrReplaceAll()
|
D | str_replace_benchmark.cc | 99 std::string dest = absl::StrReplaceAll(src, {{"the", "box"}}); in BM_StrReplaceAllOneReplacement() 110 std::string dest = absl::StrReplaceAll(src, {{"the", "box"}, in BM_StrReplaceAll()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_fused_conv_rewriter_test.cc | 49 absl::StrReplaceAll(hlo_string, {{"TYPE", type}}); in TestMatchWithAllTypes() 76 absl::StrReplaceAll(hlo_string, {{"TYPE", type}}); in TestNotMatchWithAllTypes()
|