Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dcpp_generator_helpers.h29 inline std::string DotsToColons(const std::string& name) { in DotsToColons() function
48 return "::" + DotsToColons(outer_name) + DotsToUnderscores(inner_name); in ClassName()
/external/grpc-grpc/src/compiler/
Dcpp_generator_helpers.h29 inline grpc::string DotsToColons(const grpc::string& name) { in DotsToColons() function
48 return "::" + DotsToColons(outer_name) + DotsToUnderscores(inner_name); in ClassName()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc71 std::string DotsToColons(const std::string& name) { in DotsToColons() function
338 return "::" + DotsToColons(package); in Namespace()