Searched defs:DescriptorProto_ExtensionRange (Results  1 – 10 of 10) sorted by relevance
| /external/protobuf/php/src/Google/Protobuf/Internal/ | 
| D | DescriptorProto_ExtensionRange.php | 12     class DescriptorProto_ExtensionRange {}  class
  | 
| /external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ | 
| D | DescriptorProto_ExtensionRange.php | 12     class DescriptorProto_ExtensionRange {}  class
  | 
| /external/golang-protobuf/types/descriptorpb/ | 
| D | descriptor.pb.go | 2842 type DescriptorProto_ExtensionRange struct {  struct 2843 	state         protoimpl.MessageState 2844 	sizeCache     protoimpl.SizeCache 2845 	unknownFields protoimpl.UnknownFields 2847 …   *int32                 `protobuf:"varint,1,opt,name=start" json:"start,omitempty"` // Inclusive. 2848 …   *int32                 `protobuf:"varint,2,opt,name=end" json:"end,omitempty"`     // Exclusive. 2849 	Options *ExtensionRangeOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"` 2852 func (x *DescriptorProto_ExtensionRange) Reset() { 2861 func (x *DescriptorProto_ExtensionRange) String() string { 2865 func (*DescriptorProto_ExtensionRange) ProtoMessage() {} [all …] 
 | 
| /external/rust/crates/protobuf/2.27.1/src/ | 
| D | descriptor.rs | 1071     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 {  impl 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/ | 
| D | descriptor.h | 101 class DescriptorProto_ExtensionRange;  variable
  | 
| D | descriptor.pb.cc | 62 PROTOBUF_CONSTEXPR DescriptorProto_ExtensionRange::DescriptorProto_ExtensionRange(  in DescriptorProto_ExtensionRange()  function in DescriptorProto_ExtensionRange 2228 DescriptorProto_ExtensionRange::DescriptorProto_ExtensionRange(::PROTOBUF_NAMESPACE_ID::Arena* aren…  in DescriptorProto_ExtensionRange()  function in DescriptorProto_ExtensionRange 2234 DescriptorProto_ExtensionRange::DescriptorProto_ExtensionRange(const DescriptorProto_ExtensionRange…  in DescriptorProto_ExtensionRange()  function in DescriptorProto_ExtensionRange
  | 
| D | descriptor.pb.h | 52 class DescriptorProto_ExtensionRange;  variable 889   inline DescriptorProto_ExtensionRange() : DescriptorProto_ExtensionRange(nullptr) {}  in DescriptorProto_ExtensionRange()  function 894   DescriptorProto_ExtensionRange(DescriptorProto_ExtensionRange&& from) noexcept  in DescriptorProto_ExtensionRange()  function
  | 
| /external/cronet/third_party/protobuf/src/google/protobuf/ | 
| D | descriptor.h | 101 class DescriptorProto_ExtensionRange;  variable
  | 
| D | descriptor.pb.cc | 59 PROTOBUF_CONSTEXPR DescriptorProto_ExtensionRange::DescriptorProto_ExtensionRange(  in DescriptorProto_ExtensionRange()  function in DescriptorProto_ExtensionRange 2151 DescriptorProto_ExtensionRange::DescriptorProto_ExtensionRange(::PROTOBUF_NAMESPACE_ID::Arena* aren…  in DescriptorProto_ExtensionRange()  function in DescriptorProto_ExtensionRange 2157 DescriptorProto_ExtensionRange::DescriptorProto_ExtensionRange(const DescriptorProto_ExtensionRange…  in DescriptorProto_ExtensionRange()  function in DescriptorProto_ExtensionRange
  | 
| D | descriptor.pb.h | 52 class DescriptorProto_ExtensionRange;  variable 879   inline DescriptorProto_ExtensionRange() : DescriptorProto_ExtensionRange(nullptr) {}  in DescriptorProto_ExtensionRange()  function 884   DescriptorProto_ExtensionRange(DescriptorProto_ExtensionRange&& from) noexcept  in DescriptorProto_ExtensionRange()  function
  |