/external/chromium/base/debug/ |
debugger_win.cc | 45 bool StringReplace(const wchar_t* input, int value, wchar_t* output, 80 if (StringReplace(reg_value, process_id, command_line,
|
/external/chromium_org/base/debug/ |
debugger_win.cc | 45 bool StringReplace(const wchar_t* input, int value, wchar_t* output, 80 if (StringReplace(reg_value, process_id, command_line,
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_generator.cc | 85 StringReplace(file_generator.java_package(), ".", "/", true);
|
java_message.cc | 96 return "static_" + StringReplace(descriptor->full_name(), ".", "_", true); [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 55 return StringReplace(name, ".", "_", true); 59 return StringReplace(name, ".", "::", true); 375 return StringReplace(to_escape, "?", "\\?", true);
|
cpp_extension.cc | 146 string global_name = StringReplace(name, "::", "_", true);
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 53 return StringReplace(name, ".", "_", true); 57 return StringReplace(name, ".", "::", true);
|
cpp_extension.cc | 146 string global_name = StringReplace(name, "::", "_", true);
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_generator.cc | 136 StringReplace(file_generator.java_package(), ".", "/", true);
|
javanano_message.cc | 89 return "static_" + StringReplace(descriptor->full_name(), ".", "_", true);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
importer.cc | 236 path = "\\\\" + StringReplace(path.substr(2), "\\", "/", true); 238 path = StringReplace(path, "\\", "/", true);
|
command_line_interface_unittest.cc | 301 args[i] = StringReplace(args[i], "$tmpdir", temp_directory_, true); 342 EXPECT_EQ(StringReplace(expected_text, "$tmpdir", temp_directory_, true), [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
strutil.h | 152 // StringReplace() 159 LIBPROTOBUF_EXPORT string StringReplace(const string& s, const string& oldsub,
|
strutil.cc | 98 // StringReplace() 104 void StringReplace(const string& s, const string& oldsub, 127 // StringReplace() 135 string StringReplace(const string& s, const string& oldsub, 138 StringReplace(s, oldsub, newsub, replace_all, &ret); [all...] |
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_generator.cc | 171 StringReplace(file_generator.java_package(), ".", "/", true);
|
javamicro_message.cc | 88 return "static_" + StringReplace(descriptor->full_name(), ".", "_", true);
|
/external/protobuf/src/google/protobuf/stubs/ |
strutil.h | 152 // StringReplace() 159 LIBPROTOBUF_EXPORT string StringReplace(const string& s, const string& oldsub,
|
strutil.cc | 98 // StringReplace() 104 void StringReplace(const string& s, const string& oldsub, 127 // StringReplace() 135 string StringReplace(const string& s, const string& oldsub, 138 StringReplace(s, oldsub, newsub, replace_all, &ret); [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface_unittest.cc | 293 args[i] = StringReplace(args[i], "$tmpdir", temp_directory_, true); 334 EXPECT_EQ(StringReplace(expected_text, "$tmpdir", temp_directory_, true), [all...] |
importer.cc | 234 path = StringReplace(path, "\\", "/", true);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/ |
java_helpers.cc | 155 StringReplace(package_name, ".", "/", true);
|
java_message.cc | 102 return "static_" + StringReplace(descriptor->full_name(), ".", "_", true); [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
text_format_unittest.cc | 506 text = StringReplace(text, "e+0", "e+", true); 507 text = StringReplace(text, "e-0", "e-", true); [all...] |
/external/protobuf/src/google/protobuf/ |
text_format_unittest.cc | 444 text = StringReplace(text, "e+0", "e+", true); 445 text = StringReplace(text, "e-0", "e-", true); [all...] |
/external/chromium_org/v8/src/ |
string.js | 212 function StringReplace(search, replace) { 987 "replace", StringReplace,
|