Searched refs:DotsToUnderscores (Results 1 – 1 of 1) sorted by relevance
59 string DotsToUnderscores(const string& name) { in DotsToUnderscores() function149 return "::" + DotsToColons(outer_name) + DotsToUnderscores(inner_name); in ClassName()151 return outer->name() + DotsToUnderscores(inner_name); in ClassName()