Home
last modified time | relevance | path

Searched refs:replacement_string (Results 1 – 8 of 8) sorted by relevance

/external/angle/third_party/abseil-cpp/absl/strings/
Dstr_replace_benchmark.cc77 const char* replacement_string = nullptr; in SetUpStrings() local
83 replacement_string = r.replacement; in SetUpStrings()
88 replacement_string); in SetUpStrings()
89 next_pos += strlen(replacement_string); in SetUpStrings()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstr_replace_benchmark.cc77 const char* replacement_string = nullptr; in SetUpStrings() local
83 replacement_string = r.replacement; in SetUpStrings()
88 replacement_string); in SetUpStrings()
89 next_pos += strlen(replacement_string); in SetUpStrings()
/external/openscreen/third_party/abseil/src/absl/strings/
Dstr_replace_benchmark.cc77 const char* replacement_string = nullptr; in SetUpStrings() local
83 replacement_string = r.replacement; in SetUpStrings()
88 replacement_string); in SetUpStrings()
89 next_pos += strlen(replacement_string); in SetUpStrings()
/external/libtextclassifier/abseil-cpp/absl/strings/
Dstr_replace_benchmark.cc77 const char* replacement_string = nullptr; in SetUpStrings() local
83 replacement_string = r.replacement; in SetUpStrings()
88 replacement_string); in SetUpStrings()
89 next_pos += strlen(replacement_string); in SetUpStrings()
/external/abseil-cpp/absl/strings/
Dstr_replace_benchmark.cc77 const char* replacement_string = nullptr; in SetUpStrings() local
83 replacement_string = r.replacement; in SetUpStrings()
88 replacement_string); in SetUpStrings()
89 next_pos += strlen(replacement_string); in SetUpStrings()
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dstr_replace_benchmark.cc77 const char* replacement_string = nullptr; in SetUpStrings() local
83 replacement_string = r.replacement; in SetUpStrings()
88 replacement_string); in SetUpStrings()
89 next_pos += strlen(replacement_string); in SetUpStrings()
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc887 const wchar_t *replacement_string = L"()"; in GetSymbolFunctionName() local
893 replacement_string); in GetSymbolFunctionName()
/external/protobuf/src/google/protobuf/
Dunittest.proto648 optional string replacement_string = 27 [default="${unknown}"]; field