Searched defs:proto_file_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h148 ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto > proto_file_; member in class:google::protobuf::compiler::CodeGeneratorRequest
502 return proto_file_.size();
505 proto_file_.Clear();
508 return proto_file_.Get(index);
511 return proto_file_.Mutable(index);
514 return proto_file_.Add();
518 return proto_file_;
522 return &proto_file_;
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h144 ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto > proto_file_; member in class:google::protobuf::compiler::CodeGeneratorRequest
485 return proto_file_.size();
488 proto_file_.Clear();
491 return proto_file_.Get(index);
494 return proto_file_.Mutable(index);
497 return proto_file_.Add();
501 return proto_file_;
505 return &proto_file_;

Completed in 1898 milliseconds