Home
last modified time | relevance | path

Searched refs:GlobalReplaceSubstring (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc105 GlobalReplaceSubstring("_", "__", &module_name); in ModuleAlias()
106 GlobalReplaceSubstring(".", "_dot_", &module_name); in ModuleAlias()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h787 LIBPROTOBUF_EXPORT int GlobalReplaceSubstring(const string& substring,
Dstrutil.cc1604 int GlobalReplaceSubstring(const string& substring, in GlobalReplaceSubstring() function