OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DescriptorProto_ExtensionRange
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/
descriptor.pb.h
39
class
DescriptorProto_ExtensionRange
;
428
class LIBPROTOBUF_EXPORT
DescriptorProto_ExtensionRange
: public ::google::protobuf::Message {
430
DescriptorProto_ExtensionRange
();
431
virtual ~
DescriptorProto_ExtensionRange
();
433
DescriptorProto_ExtensionRange
(const
DescriptorProto_ExtensionRange
& from);
435
inline
DescriptorProto_ExtensionRange
& operator=(const
DescriptorProto_ExtensionRange
& from) {
449
static const
DescriptorProto_ExtensionRange
& default_instance();
451
void Swap(
DescriptorProto_ExtensionRange
* other)
[
all
...]
descriptor.pb.cc
146
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
DescriptorProto_ExtensionRange
, start_),
147
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
DescriptorProto_ExtensionRange
, end_),
152
DescriptorProto_ExtensionRange
::default_instance_,
154
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
DescriptorProto_ExtensionRange
, _has_bits_[0]),
155
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
DescriptorProto_ExtensionRange
, _unknown_fields_),
159
sizeof(
DescriptorProto_ExtensionRange
));
428
DescriptorProto_ExtensionRange_descriptor_, &
DescriptorProto_ExtensionRange
::default_instance());
468
delete
DescriptorProto_ExtensionRange
::default_instance_;
[
all
...]
Completed in 66 milliseconds