HomeSort by relevance Sort by last modified time
    Searched refs:StringReplace (Results 1 - 15 of 15) sorted by null

  /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/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/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 133 StringReplace(file_generator.java_package(), ".", "/", true);
javanano_message.cc 88 return "static_" + StringReplace(descriptor->full_name(), ".", "_", true);
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_generator.cc 172 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/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/v8/src/
string.js 219 function StringReplace(search, replace) {
990 "replace", StringReplace,

Completed in 1337 milliseconds