Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc59 string DotsToUnderscores(const string& name) { in DotsToUnderscores() function
149 return "::" + DotsToColons(outer_name) + DotsToUnderscores(inner_name); in ClassName()
151 return outer->name() + DotsToUnderscores(inner_name); in ClassName()