Searched refs:StripDotProto (Results 1 – 3 of 3) sorted by relevance
51 std::string StripDotProto(const std::string& proto_file);73 std::string StripDotProto(const std::string& proto_file) { in StripDotProto() function79 return StripDotProto(proto_file) + ".rb"; in GetOutputFilename()394 "require '$name$'\n", "name", StripDotProto(import->name())); in MaybeEmitDependency()
72 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()