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.cc54 string DotsToUnderscores(const string& name) { in DotsToUnderscores() function
142 return "::" + DotsToColons(outer_name) + DotsToUnderscores(inner_name); in ClassName()
144 return outer->name() + DotsToUnderscores(inner_name); in ClassName()