Searched refs:DotsToColons (Results 1 – 1 of 1) sorted by relevance
71 std::string DotsToColons(const std::string& name) { in DotsToColons() function377 return "::" + DotsToColons(package); in Namespace()