Home
last modified time | relevance | path

Searched defs:DescriptorProto_ExtensionRange (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DDescriptorProto_ExtensionRange.php12 class DescriptorProto_ExtensionRange {} class
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go2533 type DescriptorProto_ExtensionRange struct { struct
2534 state protoimpl.MessageState
2535 sizeCache protoimpl.SizeCache
2536 unknownFields protoimpl.UnknownFields
2538 … *int32 `protobuf:"varint,1,opt,name=start" json:"start,omitempty"` // Inclusive.
2539 … *int32 `protobuf:"varint,2,opt,name=end" json:"end,omitempty"` // Exclusive.
2540 Options *ExtensionRangeOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"`
2543 func (x *DescriptorProto_ExtensionRange) Reset() {
2552 func (x *DescriptorProto_ExtensionRange) String() string {
2556 func (*DescriptorProto_ExtensionRange) ProtoMessage() {}
[all …]
/external/rust/crates/protobuf/src/
Ddescriptor.rs1071 pub fn get_extension_range(&self) -> &[DescriptorProto_ExtensionRange] { in get_extension_range()
1079 pub fn set_extension_range(&mut self, v: crate::RepeatedField<DescriptorProto_ExtensionRange>) { in set_extension_range()
1084 …pub fn mut_extension_range(&mut self) -> &mut crate::RepeatedField<DescriptorProto_ExtensionRange> in mut_extension_range()
1089 pub fn take_extension_range(&mut self) -> crate::RepeatedField<DescriptorProto_ExtensionRange> { in take_extension_range()
1515 pub struct DescriptorProto_ExtensionRange { struct
1527 impl<'a> ::std::default::Default for &'a DescriptorProto_ExtensionRange { argument
1533 impl DescriptorProto_ExtensionRange { implementation
1610 impl crate::Message for DescriptorProto_ExtensionRange { implementation
1747 impl crate::Clear for DescriptorProto_ExtensionRange { implementation
1756 impl ::std::fmt::Debug for DescriptorProto_ExtensionRange { implementation
[all …]
/external/protobuf/src/google/protobuf/
Ddescriptor.h94 class DescriptorProto_ExtensionRange; variable
Ddescriptor.pb.cc2697 DescriptorProto_ExtensionRange::DescriptorProto_ExtensionRange() in DescriptorProto_ExtensionRange() function in DescriptorProto_ExtensionRange
2702 DescriptorProto_ExtensionRange::DescriptorProto_ExtensionRange(::PROTOBUF_NAMESPACE_ID::Arena* aren… in DescriptorProto_ExtensionRange() function in DescriptorProto_ExtensionRange
2709 DescriptorProto_ExtensionRange::DescriptorProto_ExtensionRange(const DescriptorProto_ExtensionRange… in DescriptorProto_ExtensionRange() function in DescriptorProto_ExtensionRange
Ddescriptor.pb.h62 class DescriptorProto_ExtensionRange; variable
855 DescriptorProto_ExtensionRange(DescriptorProto_ExtensionRange&& from) noexcept in DescriptorProto_ExtensionRange() function