StringReplace      80 base/debug/debugger_win.cc     if (StringReplace(reg_value, process_id, command_line,
StringReplace     301 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc     args[i] = StringReplace(args[i], "$tmpdir", temp_directory_, true);
StringReplace     342 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc   EXPECT_EQ(StringReplace(expected_text, "$tmpdir", temp_directory_, true),
StringReplace     146 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc     string global_name = StringReplace(name, "::", "_", true);
StringReplace      55 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc   return StringReplace(name, ".", "_", true);
StringReplace      59 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc   return StringReplace(name, ".", "::", true);
StringReplace     375 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc   return StringReplace(to_escape, "?", "\\?", true);
StringReplace     236 third_party/protobuf/src/google/protobuf/compiler/importer.cc     path = "\\\\" + StringReplace(path.substr(2), "\\", "/", true);
StringReplace     238 third_party/protobuf/src/google/protobuf/compiler/importer.cc     path = StringReplace(path, "\\", "/", true);
StringReplace     155 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc     StringReplace(package_name, ".", "/", true);
StringReplace     102 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc   return "static_" + StringReplace(descriptor->full_name(), ".", "_", true);
StringReplace     138 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   StringReplace(s, oldsub, newsub, replace_all, &ret);
StringReplace     159 third_party/protobuf/src/google/protobuf/stubs/strutil.h LIBPROTOBUF_EXPORT string StringReplace(const string& s, const string& oldsub,
StringReplace     506 third_party/protobuf/src/google/protobuf/text_format_unittest.cc   text = StringReplace(text, "e+0", "e+", true);
StringReplace     507 third_party/protobuf/src/google/protobuf/text_format_unittest.cc   text = StringReplace(text, "e-0", "e-", true);