/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 55 return StringReplace(name, ".", "_", true); in DotsToUnderscores() 59 return StringReplace(name, ".", "::", true); in DotsToColons() 375 return StringReplace(to_escape, "?", "\\?", true); in EscapeTrigraphs()
|
D | cpp_extension.cc | 146 string global_name = StringReplace(name, "::", "_", true); in GenerateDefinition()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 53 return StringReplace(name, ".", "_", true); in DotsToUnderscores() 57 return StringReplace(name, ".", "::", true); in DotsToColons()
|
D | cpp_extension.cc | 146 string global_name = StringReplace(name, "::", "_", true); in GenerateDefinition()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_generator.cc | 85 StringReplace(file_generator.java_package(), ".", "/", true); in Generate()
|
D | java_message.cc | 96 return "static_" + StringReplace(descriptor->full_name(), ".", "_", true); in UniqueFileScopeIdentifier()
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
D | importer.cc | 236 path = "\\\\" + StringReplace(path.substr(2), "\\", "/", true); in CanonicalizePath() 238 path = StringReplace(path, "\\", "/", true); in CanonicalizePath()
|
D | command_line_interface_unittest.cc | 301 args[i] = StringReplace(args[i], "$tmpdir", temp_directory_, true); in Run() 342 EXPECT_EQ(StringReplace(expected_text, "$tmpdir", temp_directory_, true), in ExpectErrorText()
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_generator.cc | 174 StringReplace(file_generator.java_package(), ".", "/", true); in Generate()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_generator.cc | 171 StringReplace(file_generator.java_package(), ".", "/", true); in Generate()
|
D | javamicro_message.cc | 88 return "static_" + StringReplace(descriptor->full_name(), ".", "_", true); in UniqueFileScopeIdentifier()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 104 void StringReplace(const string& s, const string& oldsub, in StringReplace() function 135 string StringReplace(const string& s, const string& oldsub, in StringReplace() function 138 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
|
D | strutil.h | 159 LIBPROTOBUF_EXPORT string StringReplace(const string& s, const string& oldsub,
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 104 void StringReplace(const string& s, const string& oldsub, in StringReplace() function 135 string StringReplace(const string& s, const string& oldsub, in StringReplace() function 138 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
|
D | strutil.h | 159 LIBPROTOBUF_EXPORT string StringReplace(const string& s, const string& oldsub,
|
/external/chromium_org/v8/src/ |
D | string.js | 194 function StringReplace(search, replace) { class 956 "replace", StringReplace,
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface_unittest.cc | 293 args[i] = StringReplace(args[i], "$tmpdir", temp_directory_, true); in Run() 334 EXPECT_EQ(StringReplace(expected_text, "$tmpdir", temp_directory_, true), in ExpectErrorText()
|
D | importer.cc | 234 path = StringReplace(path, "\\", "/", true); in CanonicalizePath()
|
/external/protobuf/src/google/protobuf/ |
D | text_format_unittest.cc | 444 text = StringReplace(text, "e+0", "e+", true); in RemoveRedundantZeros() 445 text = StringReplace(text, "e-0", "e-", true); in RemoveRedundantZeros()
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 155 StringReplace(package_name, ".", "/", true); in JavaPackageToDir()
|
D | java_message.cc | 102 return "static_" + StringReplace(descriptor->full_name(), ".", "_", true); in UniqueFileScopeIdentifier()
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
D | text_format_unittest.cc | 506 text = StringReplace(text, "e+0", "e+", true); in RemoveRedundantZeros() 507 text = StringReplace(text, "e-0", "e-", true); in RemoveRedundantZeros()
|