Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.h75 std::string StripDotProto(const std::string& proto_file);
Dcsharp_helpers.cc109 std::string StripDotProto(const std::string& proto_file) { in StripDotProto() function
127 return UnderscoresToPascalCase(StripDotProto(base)); in GetFileNameBase()