/aosp_15_r20/external/golang-protobuf/types/descriptorpb/ |
H A D | descriptor.pb.go | 1369 type EnumValueDescriptorProto struct { struct 1370 state protoimpl.MessageState 1371 sizeCache protoimpl.SizeCache 1372 unknownFields protoimpl.UnknownFields 1374 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` 1375 Number *int32 `protobuf:"varint,2,opt,name=number" json:"number,omitempty"` 1376 Options *EnumValueOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"` 1379 func (x *EnumValueDescriptorProto) Reset() { 1388 func (x *EnumValueDescriptorProto) String() string { 1392 func (*EnumValueDescriptorProto) ProtoMessage() {} [all …]
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/ |
D | descriptorx.rs | 431 pub fn values(&'a self) -> &'a [EnumValueDescriptorProto] { in values() 436 pub fn value_by_name(&'a self, name: &str) -> &'a EnumValueDescriptorProto { in value_by_name() 449 impl EnumValueDescriptorEx for EnumValueDescriptorProto { implementation
|
D | descriptor.rs | 3209 pub fn get_value(&self) -> &[EnumValueDescriptorProto] { in get_value() 3217 pub fn set_value(&mut self, v: crate::RepeatedField<EnumValueDescriptorProto>) { in set_value() 3222 pub fn mut_value(&mut self) -> &mut crate::RepeatedField<EnumValueDescriptorProto> { in mut_value() 3227 pub fn take_value(&mut self) -> crate::RepeatedField<EnumValueDescriptorProto> { in take_value() 3711 pub struct EnumValueDescriptorProto { struct 3723 impl<'a> ::std::default::Default for &'a EnumValueDescriptorProto { argument 3729 impl EnumValueDescriptorProto { impl 3823 impl crate::Message for EnumValueDescriptorProto { implementation 3956 impl crate::Clear for EnumValueDescriptorProto { implementation 3965 impl ::std::fmt::Debug for EnumValueDescriptorProto { implementation [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | EnumValueDescriptorProto.php | 18 class EnumValueDescriptorProto extends \Google\Protobuf\Internal\Message class
|
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | EnumValueDescriptorProto.php | 18 class EnumValueDescriptorProto extends \Google\Protobuf\Internal\Message class
|
/aosp_15_r20/external/golang-protobuf/reflect/protodesc/ |
H A D | desc_init.go | 47 func (r descsByName) initEnumValuesFromDescriptorProto(vds []*descriptorpb.EnumValueDescriptorProto…
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/ |
D | descriptor.rs | 2984 pub struct EnumValueDescriptorProto { struct 2988 // @@protoc_insertion_point(field:google.protobuf.EnumValueDescriptorProto.number) argument 2990 // @@protoc_insertion_point(field:google.protobuf.EnumValueDescriptorProto.options) argument 2993 … // @@protoc_insertion_point(special_field:google.protobuf.EnumValueDescriptorProto.special_fields) argument 2997 impl<'a> ::std::default::Default for &'a EnumValueDescriptorProto { implementation 3003 impl EnumValueDescriptorProto { impl 3089 impl crate::Message for EnumValueDescriptorProto { implementation 3184 impl crate::MessageFull for EnumValueDescriptorProto { implementation 3191 impl ::std::fmt::Display for EnumValueDescriptorProto { implementation 3197 impl crate::reflect::ProtobufValue for EnumValueDescriptorProto { implementation
|
/aosp_15_r20/external/perfetto/protos/perfetto/common/ |
H A D | descriptor.proto | 226 message EnumValueDescriptorProto { message
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/ |
D | enums.rs | 26 proto: &EnumValueDescriptorProto, in parse()
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/enums/ |
D | mod.rs | 56 pub fn proto(&self) -> &EnumValueDescriptorProto { in proto()
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 198 message EnumValueDescriptorProto { 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 | 196 PROTOBUF_CONSTEXPR EnumValueDescriptorProto::EnumValueDescriptorProto( in EnumValueDescriptorProto() function in perfetto::protos::EnumValueDescriptorProto 3902 EnumValueDescriptorProto::EnumValueDescriptorProto(::PROTOBUF_NAMESPACE_ID::Arena* arena, in EnumValueDescriptorProto() function in perfetto::protos::EnumValueDescriptorProto 3908 EnumValueDescriptorProto::EnumValueDescriptorProto(const EnumValueDescriptorProto& from) in EnumValueDescriptorProto() function in perfetto::protos::EnumValueDescriptorProto
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/ |
D | mod.rs | 510 ) -> anyhow::Result<protobuf::descriptor::EnumValueDescriptorProto> { in enum_value()
|
D | option_resolver.rs | 838 enum_value_proto: &mut EnumValueDescriptorProto, in enum_value()
|
/aosp_15_r20/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 221 message EnumValueDescriptorProto { message
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | descriptor.proto | 276 message EnumValueDescriptorProto { message
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/ |
D | descriptor.proto | 277 message EnumValueDescriptorProto { message
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | descriptor.proto | 271 message EnumValueDescriptorProto { message
|
D | descriptor_sv.proto | 273 message EnumValueDescriptorProto { message
|
/aosp_15_r20/external/nanopb-c/generator/proto/google/protobuf/ |
H A D | descriptor.proto | 252 message EnumValueDescriptorProto { message
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.proto | 276 message EnumValueDescriptorProto { message
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_common_lite_gen_headers/gen/external/perfetto/protos/perfetto/common/ |
H A D | descriptor.pb.h | 57 class EnumValueDescriptorProto; variable 2413 inline EnumValueDescriptorProto() : EnumValueDescriptorProto(nullptr) {} in EnumValueDescriptorProto() function 2418 EnumValueDescriptorProto(EnumValueDescriptorProto&& from) noexcept in EnumValueDescriptorProto() function
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_common_lite_gen_headers/gen/external/perfetto/protos/perfetto/common/ |
D | descriptor.pb.h | 57 class EnumValueDescriptorProto; variable 2413 inline EnumValueDescriptorProto() : EnumValueDescriptorProto(nullptr) {} in EnumValueDescriptorProto() function 2418 EnumValueDescriptorProto(EnumValueDescriptorProto&& from) noexcept in EnumValueDescriptorProto() function
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_common_cpp_gen_headers/gen/external/perfetto/protos/perfetto/common/ |
D | descriptor.gen.h | 19 class EnumValueDescriptorProto; variable
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_common_cpp_gen_headers/gen/external/perfetto/protos/perfetto/common/ |
H A D | descriptor.gen.h | 19 class EnumValueDescriptorProto; variable
|