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