Searched refs:DotsToColons (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc56 string DotsToColons(const string& name) { function in namespace:google::protobuf::compiler::cpp::__anon10644
126 return "::" + DotsToColons(outer_name) + DotsToUnderscores(inner_name);
135 return DotsToColons(enum_descriptor->full_name());

Completed in 76 milliseconds