Home
last modified time | relevance | path

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

12345678910

/aosp_15_r20/external/perfetto/src/trace_processor/metrics/
H A 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
H A 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
/aosp_15_r20/external/golang-protobuf/types/descriptorpb/
H A 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 …]
/aosp_15_r20/trusty/host/common/scripts/metrics_atoms_protoc_plugin/
Dmetrics_atoms_protoc_plugin.py117 def get_tag(cls, label: FieldDescriptorProto,
118 type_: FieldDescriptorProto,
280 def get_enum(f: FieldDescriptorProto):
287 field: FieldDescriptorProto):
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Ddescriptors.cc40 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in CreateFieldFromDecoder() typedef
66 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in CheckExtensionField() typedef
112 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AddExtensionField() typedef
168 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AddNestedProtoDescriptors() typedef
273 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AddFromFileDescriptorSet() typedef
H A Dproto_to_args_parser.cc242 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in ParsePackedField() typedef
330 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in ParseSimpleField() typedef
397 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AddDefault() typedef
H A Dprotozero_to_text.cc37 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; typedef
/aosp_15_r20/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()
/aosp_15_r20/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()
/aosp_15_r20/external/golang-protobuf/reflect/protodesc/
H A Ddesc_init.go117 func (r descsByName) initFieldsFromDescriptorProto(fds []*descriptorpb.FieldDescriptorProto, parent…
159 func (r descsByName) initExtensionDeclarations(xds []*descriptorpb.FieldDescriptorProto, parent pro…
H A Ddesc_validate.go228 … validateExtensionDeclarations(xs []filedesc.Extension, xds []*descriptorpb.FieldDescriptorProto) …
/aosp_15_r20/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 …]
/aosp_15_r20/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()
/aosp_15_r20/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()
/aosp_15_r20/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:…
/aosp_15_r20/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 …]
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldDescriptorProto.php18 class FieldDescriptorProto extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldDescriptorProto.php18 class FieldDescriptorProto extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/perfetto/protos/perfetto/common/
H A Ddescriptor.proto126 message FieldDescriptorProto { message
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto110 message FieldDescriptorProto { message
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_common_lite_gen/gen/external/perfetto/protos/perfetto/common/
Ddescriptor.pb.cc143 PROTOBUF_CONSTEXPR FieldDescriptorProto::FieldDescriptorProto( in FieldDescriptorProto() function in perfetto::protos::FieldDescriptorProto
2802 FieldDescriptorProto::FieldDescriptorProto(::PROTOBUF_NAMESPACE_ID::Arena* arena, in FieldDescriptorProto() function in perfetto::protos::FieldDescriptorProto
2808 FieldDescriptorProto::FieldDescriptorProto(const FieldDescriptorProto& from) in FieldDescriptorProto() function in perfetto::protos::FieldDescriptorProto
/aosp_15_r20/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto125 message FieldDescriptorProto { message
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.proto138 message FieldDescriptorProto { message
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/
Ddescriptor.proto138 message FieldDescriptorProto { message

12345678910