Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc71 std::string DotsToColons(const std::string& name) { in DotsToColons() function
377 return "::" + DotsToColons(package); in Namespace()