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

  /external/chromium_org/third_party/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/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
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.pb.h 127 // 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

Completed in 117 milliseconds