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

  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 105 GlobalReplaceSubstring("_", "__", &module_name);
106 GlobalReplaceSubstring(".", "_dot_", &module_name);
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 781 // GlobalReplaceSubstring()
787 LIBPROTOBUF_EXPORT int GlobalReplaceSubstring(const string& substring,
    [all...]
strutil.cc     [all...]

Completed in 583 milliseconds