Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator.cc51 std::string StripDotProto(const std::string& proto_file);
73 std::string StripDotProto(const std::string& proto_file) { in StripDotProto() function
79 return StripDotProto(proto_file) + ".rb"; in GetOutputFilename()
394 "require '$name$'\n", "name", StripDotProto(import->name())); in MaybeEmitDependency()
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.h72 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()