Searched defs:proto_file (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc124 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/cpp/
H A Dcpp_bootstrap_unittest.cc124 const FileDescriptor* proto_file = local
129 ASSERT_TRUE(proto_file != NULL);
137 ASSERT_TRUE(generator.Generate(proto_file, parameter,
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h127 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
131 inline const ::google::protobuf::FileDescriptorProto& proto_file(int index) const;
135 proto_file() const;
500 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
507 inline const ::google::protobuf::FileDescriptorProto& CodeGeneratorRequest::proto_file(int index) const { function in class:google::protobuf::compiler::CodeGeneratorRequest
517 CodeGeneratorRequest::proto_file() const { function in class:google::protobuf::compiler::CodeGeneratorRequest
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h124 // 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 152 milliseconds