OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DescriptorProto
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/
descriptor.pb.cc
125
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
DescriptorProto
, name_),
126
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
DescriptorProto
, field_),
127
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
DescriptorProto
, extension_),
128
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
DescriptorProto
, nested_type_),
129
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
DescriptorProto
, enum_type_),
130
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
DescriptorProto
, extension_range_),
131
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
DescriptorProto
, options_),
136
DescriptorProto
::default_instance_,
138
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
DescriptorProto
, _has_bits_[0]),
139
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
DescriptorProto
, _unknown_fields_)
[
all
...]
descriptor.pb.h
38
class
DescriptorProto
;
336
// repeated .google.protobuf.
DescriptorProto
message_type = 4;
340
inline const ::google::protobuf::
DescriptorProto
& message_type(int index) const;
341
inline ::google::protobuf::
DescriptorProto
* mutable_message_type(int index);
342
inline ::google::protobuf::
DescriptorProto
* add_message_type();
343
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::
DescriptorProto
>&
345
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::
DescriptorProto
>*
401
::google::protobuf::RepeatedPtrField< ::google::protobuf::
DescriptorProto
> message_type_;
496
// @@protoc_insertion_point(class_scope:google.protobuf.
DescriptorProto
.ExtensionRange)
525
class LIBPROTOBUF_EXPORT
DescriptorProto
: public ::google::protobuf::Message
[
all
...]
Completed in 175 milliseconds