/aosp_15_r20/external/perfetto/src/trace_processor/metrics/ |
H A D | metrics_unittest.cc | 81 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 D | metrics.cc | 159 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 D | descriptor.pb.go | 1060 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/ |
D | metrics_atoms_protoc_plugin.py | 117 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 D | descriptors.cc | 40 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 D | proto_to_args_parser.cc | 242 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 D | protozero_to_text.cc | 37 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/field/ |
D | index.rs | 109 field: &FieldDescriptorProto, in enum_default_value() 128 field: &FieldDescriptorProto, in parse_default_value() 151 field: OwningRef<FileDescriptorProto, FieldDescriptorProto>, in index() argument
|
D | mod.rs | 147 pub fn proto(&self) -> &FieldDescriptorProto { in proto()
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/file/ |
D | building.rs | 65 field: &FieldDescriptorProto, in resolve_field_type() 94 field: &FieldDescriptorProto, in resolve_field_element_type()
|
/aosp_15_r20/external/golang-protobuf/reflect/protodesc/ |
H A D | desc_init.go | 117 func (r descsByName) initFieldsFromDescriptorProto(fds []*descriptorpb.FieldDescriptorProto, parent… 159 func (r descsByName) initExtensionDeclarations(xds []*descriptorpb.FieldDescriptorProto, parent pro…
|
H A D | desc_validate.go | 228 … validateExtensionDeclarations(xs []filedesc.Extension, xds []*descriptorpb.FieldDescriptorProto) …
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/ |
D | descriptor.rs | 450 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/ |
D | mod.rs | 150 ) -> 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/ |
D | field.rs | 35 proto: &'static FieldDescriptorProto, in new() 52 pub fn proto(&self) -> &'static FieldDescriptorProto { in proto()
|
/aosp_15_r20/external/pandora/bt-test-interfaces/python/_build/ |
D | protoc-gen-custom_grpc | 80 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/ |
D | descriptor.rs | 1525 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 D | FieldDescriptorProto.php | 18 class FieldDescriptorProto extends \Google\Protobuf\Internal\Message class
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | FieldDescriptorProto.php | 18 class FieldDescriptorProto extends \Google\Protobuf\Internal\Message class
|
/aosp_15_r20/external/perfetto/protos/perfetto/common/ |
H A D | descriptor.proto | 126 message FieldDescriptorProto { message
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 110 message FieldDescriptorProto { message
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_common_lite_gen/gen/external/perfetto/protos/perfetto/common/ |
D | descriptor.pb.cc | 143 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/ |
D | descriptor.proto | 125 message FieldDescriptorProto { message
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | descriptor.proto | 138 message FieldDescriptorProto { message
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/ |
D | descriptor.proto | 138 message FieldDescriptorProto { message
|