Home
last modified time | relevance | path

Searched defs:FieldDescriptorProto (Results 1 – 25 of 44) sorted by relevance

12

/external/perfetto/src/trace_processor/metrics/
Dmetrics_unittest.cc81 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in TEST_F() typedef
105 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in TEST_F() typedef
129 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in TEST_F() typedef
154 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in TEST_F() typedef
207 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in TEST_F() typedef
234 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in TEST_F() typedef
267 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in TEST_F() typedef
Dmetrics.cc159 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AppendSingleLong() typedef
219 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AppendSingleDouble() typedef
242 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AppendSingleString() typedef
285 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AppendSingleBytes() typedef
/external/perfetto/src/trace_processor/util/
Ddescriptors.cc43 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in CreateFieldFromDecoder() typedef
74 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in CheckExtensionField() typedef
120 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AddExtensionField() typedef
176 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AddNestedProtoDescriptors() typedef
281 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AddFromFileDescriptorSet() typedef
Dproto_to_args_parser.cc250 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in ParsePackedField() typedef
338 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in ParseSimpleField() typedef
405 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AddDefault() typedef
Dprotozero_to_text.cc39 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; typedef
/external/rust/android-crates-io/crates/protobuf/src/reflect/field/
Dindex.rs109 field: &FieldDescriptorProto, in enum_default_value()
128 field: &FieldDescriptorProto, in parse_default_value()
151 field: OwningRef<FileDescriptorProto, FieldDescriptorProto>, in index() argument
Dmod.rs147 pub fn proto(&self) -> &FieldDescriptorProto { in proto()
/external/golang-protobuf/reflect/protodesc/
Ddesc_init.go117 func (r descsByName) initFieldsFromDescriptorProto(fds []*descriptorpb.FieldDescriptorProto, parent…
159 func (r descsByName) initExtensionDeclarations(xds []*descriptorpb.FieldDescriptorProto, parent pro…
Ddesc_validate.go228 … validateExtensionDeclarations(xs []filedesc.Extension, xds []*descriptorpb.FieldDescriptorProto) …
/external/rust/android-crates-io/crates/protobuf/src/reflect/file/
Dbuilding.rs65 field: &FieldDescriptorProto, in resolve_field_type()
94 field: &FieldDescriptorProto, in resolve_field_element_type()
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go1060 type FieldDescriptorProto struct { struct
1061 state protoimpl.MessageState
1062 sizeCache protoimpl.SizeCache
1063 unknownFields protoimpl.UnknownFields
1065 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
1066 Number *int32 `protobuf:"varint,3,opt,name=number" json:"number,omitempty"`
1067 …f:"varint,4,opt,name=label,enum=google.protobuf.FieldDescriptorProto_Label" json:"label,omitempty"`
1070 …obuf:"varint,5,opt,name=type,enum=google.protobuf.FieldDescriptorProto_Type" json:"type,omitempty"`
1076 TypeName *string `protobuf:"bytes,6,opt,name=type_name,json=typeName" json:"type_name,omitempty"`
1079 Extendee *string `protobuf:"bytes,2,opt,name=extendee" json:"extendee,omitempty"`
[all …]
/external/rust/android-crates-io/extra_versions/crates/protobuf/src/reflect/
Dfield.rs35 proto: &'static FieldDescriptorProto, in new()
52 pub fn proto(&self) -> &'static FieldDescriptorProto { in proto()
/external/pandora/bt-test-interfaces/python/_build/
Dprotoc-gen-custom_grpc80 def collect_type(imports: List[str], parent: DescriptorProto, field: FieldDescriptorProto, local: O…
141 def collect_field(imports: List[str], message: DescriptorProto, field: FieldDescriptorProto, local:…
/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/
Dmod.rs150 ) -> anyhow::Result<protobuf::descriptor::FieldDescriptorProto> { in map_entry_field()
373 ) -> anyhow::Result<protobuf::descriptor::FieldDescriptorProto> { in field()
547 protobuf::descriptor::FieldDescriptorProto, in extension()
/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Ddescriptor.rs450 pub fn get_extension(&self) -> &[FieldDescriptorProto] { in get_extension()
458 pub fn set_extension(&mut self, v: crate::RepeatedField<FieldDescriptorProto>) { in set_extension()
463 pub fn mut_extension(&mut self) -> &mut crate::RepeatedField<FieldDescriptorProto> { in mut_extension()
468 pub fn take_extension(&mut self) -> crate::RepeatedField<FieldDescriptorProto> { in take_extension()
971 pub fn get_field(&self) -> &[FieldDescriptorProto] { in get_field()
979 pub fn set_field(&mut self, v: crate::RepeatedField<FieldDescriptorProto>) { in set_field()
984 pub fn mut_field(&mut self) -> &mut crate::RepeatedField<FieldDescriptorProto> { in mut_field()
989 pub fn take_field(&mut self) -> crate::RepeatedField<FieldDescriptorProto> { in take_field()
996 pub fn get_extension(&self) -> &[FieldDescriptorProto] { in get_extension()
1004 pub fn set_extension(&mut self, v: crate::RepeatedField<FieldDescriptorProto>) { in set_extension()
[all …]
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptorProto.php18 class FieldDescriptorProto extends \Google\Protobuf\Internal\Message class
/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptorProto.php18 class FieldDescriptorProto extends \Google\Protobuf\Internal\Message class
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptorProto.php18 class FieldDescriptorProto extends \Google\Protobuf\Internal\Message class
/external/perfetto/protos/perfetto/common/
Ddescriptor.proto126 message FieldDescriptorProto { message
/external/rust/android-crates-io/crates/protobuf/src/
Ddescriptor.rs1525 pub struct FieldDescriptorProto { struct
1529 // @@protoc_insertion_point(field:google.protobuf.FieldDescriptorProto.number) argument
1531 // @@protoc_insertion_point(field:google.protobuf.FieldDescriptorProto.label) argument
1535 // @@protoc_insertion_point(field:google.protobuf.FieldDescriptorProto.type) argument
1542 // @@protoc_insertion_point(field:google.protobuf.FieldDescriptorProto.type_name) argument
1546 // @@protoc_insertion_point(field:google.protobuf.FieldDescriptorProto.extendee) argument
1553 // @@protoc_insertion_point(field:google.protobuf.FieldDescriptorProto.default_value) argument
1557 // @@protoc_insertion_point(field:google.protobuf.FieldDescriptorProto.oneof_index) argument
1563 // @@protoc_insertion_point(field:google.protobuf.FieldDescriptorProto.json_name) argument
1565 // @@protoc_insertion_point(field:google.protobuf.FieldDescriptorProto.options) argument
[all …]
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto125 message FieldDescriptorProto { message
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto132 message FieldDescriptorProto { message
Ddescriptor_sv.proto134 message FieldDescriptorProto { message
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto138 message FieldDescriptorProto { message
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto136 message FieldDescriptorProto { message

12