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

  /external/protobuf/src/google/protobuf/
descriptor.pb.cc 103 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, name_),
104 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, package_),
105 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, dependency_),
106 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, message_type_),
107 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, enum_type_),
108 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, service_),
109 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, extension_),
110 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, options_),
115 FileDescriptorProto::default_instance_,
117 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, _has_bits_[0])
    [all...]
descriptor.pb.h 37 class FileDescriptorProto;
206 // repeated .google.protobuf.FileDescriptorProto file = 1;
210 inline const ::google::protobuf::FileDescriptorProto& file(int index) const;
211 inline ::google::protobuf::FileDescriptorProto* mutable_file(int index);
212 inline ::google::protobuf::FileDescriptorProto* add_file();
213 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >&
215 inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >*
223 ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto > file_;
246 class LIBPROTOBUF_EXPORT FileDescriptorProto : public ::google::protobuf::Message {
248 FileDescriptorProto();
    [all...]

Completed in 85 milliseconds