Searched refs:after_replacing_the (Results 1 – 5 of 5) sorted by relevance
/external/openscreen/third_party/abseil/src/absl/strings/ |
D | str_replace_benchmark.cc | 26 std::string* after_replacing_the; variable 67 after_replacing_the = new std::string(*big_string); in SetUpStrings() 69 (pos = after_replacing_the->find("the", pos)) != std::string::npos;) { in SetUpStrings() 70 memcpy(&(*after_replacing_the)[pos], "box", 3); in SetUpStrings() 100 ABSL_RAW_CHECK(dest == *after_replacing_the, in BM_StrReplaceAllOneReplacement()
|
/external/webrtc/third_party/abseil-cpp/absl/strings/ |
D | str_replace_benchmark.cc | 26 std::string* after_replacing_the; variable 67 after_replacing_the = new std::string(*big_string); in SetUpStrings() 69 (pos = after_replacing_the->find("the", pos)) != std::string::npos;) { in SetUpStrings() 70 memcpy(&(*after_replacing_the)[pos], "box", 3); in SetUpStrings() 100 ABSL_RAW_CHECK(dest == *after_replacing_the, in BM_StrReplaceAllOneReplacement()
|
/external/abseil-cpp/absl/strings/ |
D | str_replace_benchmark.cc | 26 std::string* after_replacing_the; variable 67 after_replacing_the = new std::string(*big_string); in SetUpStrings() 69 (pos = after_replacing_the->find("the", pos)) != std::string::npos;) { in SetUpStrings() 70 memcpy(&(*after_replacing_the)[pos], "box", 3); in SetUpStrings() 100 ABSL_RAW_CHECK(dest == *after_replacing_the, in BM_StrReplaceAllOneReplacement()
|
/external/libtextclassifier/abseil-cpp/absl/strings/ |
D | str_replace_benchmark.cc | 26 std::string* after_replacing_the; variable 67 after_replacing_the = new std::string(*big_string); in SetUpStrings() 69 (pos = after_replacing_the->find("the", pos)) != std::string::npos;) { in SetUpStrings() 70 memcpy(&(*after_replacing_the)[pos], "box", 3); in SetUpStrings() 100 ABSL_RAW_CHECK(dest == *after_replacing_the, in BM_StrReplaceAllOneReplacement()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | str_replace_benchmark.cc | 26 std::string* after_replacing_the; variable 67 after_replacing_the = new std::string(*big_string); in SetUpStrings() 69 (pos = after_replacing_the->find("the", pos)) != std::string::npos;) { in SetUpStrings() 70 memcpy(&(*after_replacing_the)[pos], "box", 3); in SetUpStrings() 100 ABSL_RAW_CHECK(dest == *after_replacing_the, in BM_StrReplaceAllOneReplacement()
|