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

  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 144 ::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_;
plugin.pb.cc 42 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CodeGeneratorRequest, proto_file_),
226 proto_file_.Clear();
423 proto_file_.MergeFrom(from.proto_file_);
456 proto_file_.Swap(&other->proto_file_);
    [all...]

Completed in 1340 milliseconds