Home
last modified time | relevance | path

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

/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dextensions.go52 type ExtensionRange struct { struct
53 Start, End int32 // both inclusive
/external/golang-protobuf/proto/
Dextensions.go52 type ExtensionRange struct { struct
53 Start, End int32 // both inclusive
/external/protobuf/src/google/protobuf/
Ddescriptor.h287 struct ExtensionRange { struct
297 const ExtensionRange* extension_range(int index) const; argument
Ddescriptor.proto101 message ExtensionRange { message
Ddescriptor.pb.h778 typedef DescriptorProto_ExtensionRange ExtensionRange; typedef
/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.proto102 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/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto102 message ExtensionRange { message
Ddescriptor.pb.go506ExtensionRange []*DescriptorProto_ExtensionRange `protobuf:"bytes,5,rep,name=extension_range,json=… member
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs749 …peatedField<global::Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange> ExtensionRang… property in Google.Protobuf.Reflection.DescriptorProto
957 internal sealed partial class ExtensionRange : pb::IMessage<ExtensionRange> { class in Google.Protobuf.Reflection.DescriptorProto.Types
969 public ExtensionRange() { in ExtensionRange() method in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
975 public ExtensionRange(ExtensionRange other) : this() { in ExtensionRange() method in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
/external/nanopb-c/generator/
Dnanopb_generator.py686 class ExtensionRange(Field): class
/external/grpc-grpc/third_party/nanopb/generator/
Dnanopb_generator.py600 class ExtensionRange(Field): class
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc693 TEST_F(ParseMessageTest, ExtensionRange) { in TEST_F() argument