Home
last modified time | relevance | path

Searched defs:tag_number (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/
Dcontext_specific.rs17 pub tag_number: TagNumber, field
214 pub tag_number: TagNumber, field
282 let tag_number = TagNumber::new(0); in context_specific_with_explicit_field() localVariable
320 let tag_number = TagNumber::new(1); in context_specific_with_implicit_field() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/der_derive/src/choice/
Dvariant.rs128 let tag_number = tag_number.to_tokens(); in to_value_len_tokens() localVariable
268 let tag_number = TagNumber(tag_number).to_tokens(); in explicit() localVariable
353 let tag_number = TagNumber(tag_number).to_tokens(); in implicit() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/der_derive/src/
Dattributes.rs204 let tag_number = tag_number.to_tokens(); in decoder() localVariable
270 let tag_number = tag_number.to_tokens(); in value_encode() localVariable
/aosp_15_r20/frameworks/base/core/proto/android/util/
H A Devent_log_tags.proto35 optional uint32 tag_number = 1; // keyed by tag number. field
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Ddescriptors.h118 const FieldDescriptor* FindFieldByTag(const uint32_t tag_number) const { in FindFieldByTag()
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/asn1/
H A Dasn1_lib.c137 int tag_number = tag & CBS_ASN1_TAG_NUMBER_MASK; in ASN1_get_object() local
/aosp_15_r20/external/boringssl/src/crypto/asn1/
H A Dasn1_lib.c137 int tag_number = tag & CBS_ASN1_TAG_NUMBER_MASK; in ASN1_get_object() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/bytestring/
Dcbb.c369 unsigned tag_number = tag & CBS_ASN1_TAG_NUMBER_MASK; in CBB_add_asn1() local
Dcbs.c267 unsigned tag_number = tag_byte & 0x1f; in parse_asn1_tag() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/bytestring/
Dcbb.c369 unsigned tag_number = tag & CBS_ASN1_TAG_NUMBER_MASK; in CBB_add_asn1() local
Dcbs.c267 unsigned tag_number = tag_byte & 0x1f; in parse_asn1_tag() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/bytestring/
H A Dcbb.c372 CBS_ASN1_TAG tag_number = tag & CBS_ASN1_TAG_NUMBER_MASK; in CBB_add_asn1() local
H A Dcbs.c281 CBS_ASN1_TAG tag_number = tag_byte & 0x1f; in parse_asn1_tag() local
/aosp_15_r20/external/boringssl/src/crypto/bytestring/
H A Dcbb.c372 CBS_ASN1_TAG tag_number = tag & CBS_ASN1_TAG_NUMBER_MASK; in CBB_add_asn1() local
H A Dcbs.c281 CBS_ASN1_TAG tag_number = tag_byte & 0x1f; in parse_asn1_tag() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/proto/frameworks/base/core/proto/android/util/
Devent_log_tags.pb.h907 inline ::uint32_t EventLogTag::tag_number() const { in tag_number() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/core/proto/android/util/
Devent_log_tags.pb.h907 inline ::uint32_t EventLogTag::tag_number() const { in tag_number() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/base/core/proto/android/util/
Devent_log_tags.pb.h980 inline ::uint32_t EventLogTag::tag_number() const { in tag_number() function
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-coretext-shape.cc461 CFNumberRef tag_number = CFNumberCreate (kCFAllocatorDefault, kCFNumberIntType, &info.tag); in _hb_coretext_shaper_font_data_create() local