Home
last modified time | relevance | path

Searched defs:extension_range (Results 1 – 14 of 14) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DDescriptorProto.php48 private $extension_range; variable in Google\\Protobuf\\Internal\\DescriptorProto
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto97 repeated ExtensionRange extension_range = 5; field
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto97 repeated ExtensionRange extension_range = 5; field
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto97 repeated ExtensionRange extension_range = 5; field
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto102 repeated ExtensionRange extension_range = 5; field
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto105 repeated ExtensionRange extension_range = 5; field
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto109 repeated ExtensionRange extension_range = 5; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto108 repeated ExtensionRange extension_range = 5; field
/external/protobuf/src/google/protobuf/
Ddescriptor.proto109 repeated ExtensionRange extension_range = 5; field
Ddescriptor.pb.h7533 …TOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange& DescriptorProto::extension_range(int index) co… in extension_range() function
7542 DescriptorProto::extension_range() const { in extension_range() function
Ddescriptor.cc5478 const Descriptor::ExtensionRange* extension_range = in CrossLinkField() local
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto105 repeated ExtensionRange extension_range = 5; field
Ddescriptor_sv.proto106 repeated ExtensionRange extension_range = 5; field
/external/rust/crates/protobuf/src/
Ddescriptor.rs909 pub extension_range: crate::RepeatedField<DescriptorProto_ExtensionRange>, field