HomeSort by relevance Sort by last modified time
    Searched defs:proto_file (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 124 const FileDescriptor* proto_file = local
129 ASSERT_TRUE(proto_file != NULL);
137 ASSERT_TRUE(generator.Generate(proto_file, parameter,
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 124 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
128 inline const ::google::protobuf::FileDescriptorProto& proto_file(int index) const;
132 proto_file() const;
483 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
490 inline const ::google::protobuf::FileDescriptorProto& CodeGeneratorRequest::proto_file(int index) const { function in class:google::protobuf::compiler::CodeGeneratorRequest
500 CodeGeneratorRequest::proto_file() const { function in class:google::protobuf::compiler::CodeGeneratorRequest

Completed in 462 milliseconds