Home
last modified time | relevance | path

Searched refs:StringReplace (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc55 return StringReplace(name, ".", "_", true); in DotsToUnderscores()
59 return StringReplace(name, ".", "::", true); in DotsToColons()
375 return StringReplace(to_escape, "?", "\\?", true); in EscapeTrigraphs()
Dcpp_extension.cc146 string global_name = StringReplace(name, "::", "_", true); in GenerateDefinition()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc53 return StringReplace(name, ".", "_", true); in DotsToUnderscores()
57 return StringReplace(name, ".", "::", true); in DotsToColons()
Dcpp_extension.cc146 string global_name = StringReplace(name, "::", "_", true); in GenerateDefinition()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_generator.cc85 StringReplace(file_generator.java_package(), ".", "/", true); in Generate()
Djava_message.cc96 return "static_" + StringReplace(descriptor->full_name(), ".", "_", true); in UniqueFileScopeIdentifier()
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
Dimporter.cc236 path = "\\\\" + StringReplace(path.substr(2), "\\", "/", true); in CanonicalizePath()
238 path = StringReplace(path, "\\", "/", true); in CanonicalizePath()
Dcommand_line_interface_unittest.cc301 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/
Djavanano_generator.cc174 StringReplace(file_generator.java_package(), ".", "/", true); in Generate()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_generator.cc171 StringReplace(file_generator.java_package(), ".", "/", true); in Generate()
Djavamicro_message.cc88 return "static_" + StringReplace(descriptor->full_name(), ".", "_", true); in UniqueFileScopeIdentifier()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc104 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()
Dstrutil.h159 LIBPROTOBUF_EXPORT string StringReplace(const string& s, const string& oldsub,
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.cc104 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()
Dstrutil.h159 LIBPROTOBUF_EXPORT string StringReplace(const string& s, const string& oldsub,
/external/chromium_org/v8/src/
Dstring.js194 function StringReplace(search, replace) { class
956 "replace", StringReplace,
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc293 args[i] = StringReplace(args[i], "$tmpdir", temp_directory_, true); in Run()
334 EXPECT_EQ(StringReplace(expected_text, "$tmpdir", temp_directory_, true), in ExpectErrorText()
Dimporter.cc234 path = StringReplace(path, "\\", "/", true); in CanonicalizePath()
/external/protobuf/src/google/protobuf/
Dtext_format_unittest.cc444 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/
Djava_helpers.cc155 StringReplace(package_name, ".", "/", true); in JavaPackageToDir()
Djava_message.cc102 return "static_" + StringReplace(descriptor->full_name(), ".", "_", true); in UniqueFileScopeIdentifier()
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Dtext_format_unittest.cc506 text = StringReplace(text, "e+0", "e+", true); in RemoveRedundantZeros()
507 text = StringReplace(text, "e-0", "e-", true); in RemoveRedundantZeros()