Searched defs:tag_number (Results 1 – 14 of 14) sorted by relevance
17 pub tag_number: TagNumber, field214 pub tag_number: TagNumber, field282 let tag_number = TagNumber::new(0); in context_specific_with_explicit_field() localVariable320 let tag_number = TagNumber::new(1); in context_specific_with_implicit_field() localVariable
128 let tag_number = tag_number.to_tokens(); in to_value_len_tokens() localVariable268 let tag_number = TagNumber(tag_number).to_tokens(); in explicit() localVariable353 let tag_number = TagNumber(tag_number).to_tokens(); in implicit() localVariable
11 Tag ContextSpecificConstructed(uint8_t tag_number) { in ContextSpecificConstructed()
204 let tag_number = tag_number.to_tokens(); in decoder() localVariable270 let tag_number = tag_number.to_tokens(); in value_encode() localVariable
113 const FieldDescriptor* FindFieldByTag(const uint32_t tag_number) const { in FindFieldByTag()
137 int tag_number = tag & CBS_ASN1_TAG_NUMBER_MASK; in ASN1_get_object() local
369 unsigned tag_number = tag & CBS_ASN1_TAG_NUMBER_MASK; in CBB_add_asn1() local
267 unsigned tag_number = tag_byte & 0x1f; in parse_asn1_tag() local
372 CBS_ASN1_TAG tag_number = tag & CBS_ASN1_TAG_NUMBER_MASK; in CBB_add_asn1() local
281 CBS_ASN1_TAG tag_number = tag_byte & 0x1f; in parse_asn1_tag() local
294 CBS_ASN1_TAG tag_number = tag_byte & 0x1f; in parse_asn1_tag() local
352 CFNumberRef tag_number = CFNumberCreate (kCFAllocatorDefault, kCFNumberIntType, &info.tag); in _hb_coretext_shaper_font_data_create() local