Searched refs:StripDotProto (Results 1 – 2 of 2) sorted by relevance
75 std::string StripDotProto(const std::string& proto_file);
109 std::string StripDotProto(const std::string& proto_file) { in StripDotProto() function127 return UnderscoresToPascalCase(StripDotProto(base)); in GetFileNameBase()