Searched defs:proto_file (Results 1 – 7 of 7) sorted by relevance
77 repeated FileDescriptorProto proto_file = 15; field
539 inline const ::google::protobuf::FileDescriptorProto& CodeGeneratorRequest::proto_file(int index) c… in proto_file() function557 CodeGeneratorRequest::proto_file() const { in proto_file() function
640 const ::google::protobuf::FileDescriptorProto& CodeGeneratorRequest::proto_file(int index) const { in proto_file() function in google::protobuf::compiler::CodeGeneratorRequest658 CodeGeneratorRequest::proto_file() const { in proto_file() function in google::protobuf::compiler::CodeGeneratorRequest
109 std::string StripDotProto(const std::string& proto_file) { in StripDotProto()124 std::string proto_file = descriptor->name(); in GetFileNameBase() local
126 const FileDescriptor* proto_file = in TEST() local
73 std::string GetRequireName(const std::string& proto_file) { in GetRequireName()78 std::string GetOutputFilename(const std::string& proto_file) { in GetOutputFilename()
226 StringPiece proto_file(proto_file_list, start, offset - start); in ConsumeLine() local