Searched refs:DotsToColons (Results 1 – 3 of 3) sorted by relevance
29 inline std::string DotsToColons(const std::string& name) { in DotsToColons() function48 return "::" + DotsToColons(outer_name) + DotsToUnderscores(inner_name); in ClassName()
29 inline grpc::string DotsToColons(const grpc::string& name) { in DotsToColons() function48 return "::" + DotsToColons(outer_name) + DotsToUnderscores(inner_name); in ClassName()
71 std::string DotsToColons(const std::string& name) { in DotsToColons() function338 return "::" + DotsToColons(package); in Namespace()