OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FieldDescriptorProto
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/
descriptor.pb.cc
162
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
FieldDescriptorProto
, name_),
163
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
FieldDescriptorProto
, number_),
164
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
FieldDescriptorProto
, label_),
165
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
FieldDescriptorProto
, type_),
166
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
FieldDescriptorProto
, type_name_),
167
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
FieldDescriptorProto
, extendee_),
168
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
FieldDescriptorProto
, default_value_),
169
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
FieldDescriptorProto
, options_),
174
FieldDescriptorProto
::default_instance_,
176
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
FieldDescriptorProto
, _has_bits_[0])
[
all
...]
descriptor.pb.h
40
class
FieldDescriptorProto
;
372
// repeated .google.protobuf.
FieldDescriptorProto
extension = 7;
376
inline const ::google::protobuf::
FieldDescriptorProto
& extension(int index) const;
377
inline ::google::protobuf::
FieldDescriptorProto
* mutable_extension(int index);
378
inline ::google::protobuf::
FieldDescriptorProto
* add_extension();
379
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::
FieldDescriptorProto
>&
381
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::
FieldDescriptorProto
>*
404
::google::protobuf::RepeatedPtrField< ::google::protobuf::
FieldDescriptorProto
> extension_;
591
// repeated .google.protobuf.
FieldDescriptorProto
field = 2;
595
inline const ::google::protobuf::
FieldDescriptorProto
& field(int index) const
[
all
...]
Completed in 255 milliseconds