Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/
Dextensions.go52 type ExtensionRange struct { struct
53 Start, End int32 // both inclusive
/external/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
DExtensionRange.php16 class ExtensionRange extends \Google\Protobuf\Internal\Message class
/external/protobuf/src/google/protobuf/
Ddescriptor.h348 struct ExtensionRange { struct
349 typedef DescriptorProto_ExtensionRange Proto; argument
351 typedef ExtensionRangeOptions OptionsType; argument
359 const ExtensionRangeOptions* options_; argument
367 const ExtensionRange* extension_range(int index) const; argument
Ddescriptor.proto103 message ExtensionRange { message
Ddescriptor.pb.h1340 typedef DescriptorProto_ExtensionRange ExtensionRange; typedef
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto93 message ExtensionRange { message
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto93 message ExtensionRange { message
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto93 message ExtensionRange { message
/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/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto103 message ExtensionRange { message
Ddescriptor.pb.go534ExtensionRange []*DescriptorProto_ExtensionRange `protobuf:"bytes,5,rep,name=extension_range,json=… member
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto102 message ExtensionRange { message
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto99 message ExtensionRange { message
Ddescriptor_sv.proto100 message ExtensionRange { message
/external/grpc-grpc/third_party/nanopb/generator/
Dnanopb_generator.py600 class ExtensionRange(Field): class
/external/nanopb-c/generator/
Dnanopb_generator.py686 class ExtensionRange(Field): class
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs915 …peatedField<global::Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange> ExtensionRang… property in Google.Protobuf.Reflection.DescriptorProto
1154 internal sealed partial class ExtensionRange : pb::IMessage<ExtensionRange> { class in Google.Protobuf.Reflection.DescriptorProto.Types
1172 public ExtensionRange() { in ExtensionRange() method in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
1179 public ExtensionRange(ExtensionRange other) : this() { in ExtensionRange() method in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc804 TEST_F(ParseMessageTest, ExtensionRange) { in TEST_F() argument