Home
last modified time | relevance | path

Searched defs:ExtensionRange (Results 1 – 25 of 26) sorted by relevance

12

/external/golang-protobuf/internal/descopts/
Doptions.go26 ExtensionRange pref.ProtoMessage var
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
DExtensionRange.php16 class ExtensionRange extends \Google\Protobuf\Internal\Message class
/external/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
DExtensionRange.php16 class ExtensionRange extends \Google\Protobuf\Internal\Message class
/external/protobuf/src/google/protobuf/
Ddescriptor.h412 struct ExtensionRange { struct
413 typedef DescriptorProto_ExtensionRange Proto; argument
415 typedef ExtensionRangeOptions OptionsType; argument
423 const ExtensionRangeOptions* options_; argument
431 const ExtensionRange* extension_range(int index) const; argument
Ddescriptor.proto103 message ExtensionRange { message
Ddescriptor.cc6360 const DescriptorProto::ExtensionRange& /*proto*/) { in CrossLinkExtensionRange()
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor.h412 struct ExtensionRange { struct
413 typedef DescriptorProto_ExtensionRange Proto; argument
415 typedef ExtensionRangeOptions OptionsType; argument
423 const ExtensionRangeOptions* options_; argument
431 const ExtensionRange* extension_range(int index) const; argument
Ddescriptor.proto103 message ExtensionRange { message
Ddescriptor.cc6300 const DescriptorProto::ExtensionRange& /*proto*/) { in CrossLinkExtensionRange()
Ddescriptor.pb.h1359 typedef DescriptorProto_ExtensionRange ExtensionRange; in Swap() typedef
/external/golang-protobuf/internal/protolegacy/
Dproto.go39 ExtensionRange = protoiface.ExtensionRangeV1 talias
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto98 message ExtensionRange { message
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto101 message ExtensionRange { message
/external/rust/crates/protobuf/src/
Ddescriptor.rs1011 pub struct ExtensionRange { struct
1014 pub start: ::std::option::Option<i32>,
1016 pub end: ::std::option::Option<i32>,
1018 pub options: crate::MessageField<super::ExtensionRangeOptions>,
1021 pub special_fields: crate::SpecialFields,
1024 impl<'a> ::std::default::Default for &'a ExtensionRange { implementation
1030 impl ExtensionRange { impl
1099 impl crate::Message for ExtensionRange { implementation
1194 impl crate::MessageFull for ExtensionRange { implementation
1201 impl ::std::fmt::Display for ExtensionRange { implementation
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto100 message ExtensionRange { message
Ddescriptor.proto99 message ExtensionRange { message
/external/rust/crates/protobuf-parse/src/proto/google/protobuf/
Ddescriptor.proto103 message ExtensionRange { message
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto102 message ExtensionRange { message
/external/grpc-grpc/third_party/nanopb/generator/
Dnanopb_generator.py600 class ExtensionRange(Field): class
/external/nanopb-c/generator/
Dnanopb_generator.py718 class ExtensionRange(Field): class
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs1124 …peatedField<global::Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange> ExtensionRang… property in Google.Protobuf.Reflection.DescriptorProto
1458 public sealed partial class ExtensionRange : pb::IMessage<ExtensionRange> class in Google.Protobuf.Reflection.DescriptorProto.Types
1484 public ExtensionRange() { in ExtensionRange() method in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
1492 public ExtensionRange(ExtensionRange other) : this() { in ExtensionRange() method in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs1124 …peatedField<global::Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange> ExtensionRang… property in Google.Protobuf.Reflection.DescriptorProto
1458 public sealed partial class ExtensionRange : pb::IMessage<ExtensionRange> class in Google.Protobuf.Reflection.DescriptorProto.Types
1484 public ExtensionRange() { in ExtensionRange() method in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
1492 public ExtensionRange(ExtensionRange other) : this() { in ExtensionRange() method in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc802 TEST_F(ParseMessageTest, ExtensionRange) { in TEST_F() argument
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc802 TEST_F(ParseMessageTest, ExtensionRange) { in TEST_F() argument
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go899ExtensionRange []*DescriptorProto_ExtensionRange `protobuf:"bytes,5,rep,name=extension_range,json=… member

12