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

/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc103 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
869 FileDescriptorProto::FileDescriptorProto() function in class:google::protobuf::FileDescriptorProto
878 FileDescriptorProto::FileDescriptorProto(const FileDescriptorProto& from) function in class:google::protobuf::FileDescriptorProto
[all...]
H A Ddescriptor.pb.h37 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 { class in namespace:google::protobuf
248 FileDescriptorProto();
[all...]

Completed in 64 milliseconds