Searched refs:get_tag (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-meta-table.hh | 45 hb_tag_t get_tag () const { return tag; } in get_tag() function 88 | hb_map (&DataMap::get_tag) in get_entries()
|
H A D | hb-ot-layout-jstf-table.hh | 151 { return langSys.get_tag (i); } in get_lang_sys_tag() 203 { return scriptList.get_tag (i); } in get_script_tag()
|
H A D | hb-open-file.hh | 463 hb_tag_t get_tag () const { return u.tag; } in get_tag() function
|
H A D | main.cc | 359 switch (ot.get_tag ()) in print_layout_info_using_private_api()
|
H A D | hb-ot-layout-common.hh | 438 const Tag& get_tag (unsigned int i) const in get_tag() function 716 { return langSys.get_tag (i); } in get_lang_sys_tag()
|
H A D | hb-ot-layout-gsubgpos.hh | 3564 { return (this+scriptList).get_tag (i); } 3577 { return i == Index::NOT_FOUND_INDEX ? HB_TAG_NONE : (this+featureList).get_tag (i); }
|
/third_party/ffmpeg/libavformat/ |
H A D | asfdec_f.c | 222 static void get_tag(AVFormatContext *s, const char *key, int type, int len, int type2_size) in get_tag() function 539 get_tag(s, "title", 0, len1, 32); in asf_read_content_desc() 540 get_tag(s, "author", 0, len2, 32); in asf_read_content_desc() 541 get_tag(s, "copyright", 0, len3, 32); in asf_read_content_desc() 542 get_tag(s, "comment", 0, len4, 32); in asf_read_content_desc() 576 get_tag(s, name, value_type, value_len, 32); in asf_read_ext_content_desc() 642 get_tag(s, name, value_type, value_len, 16); in asf_read_metadata() 774 get_tag(s, "ASF_Protection_Type", -1, len, 32); in asf_read_header() 779 get_tag(s, "ASF_Key_ID", -1, len, 32); in asf_read_header() 784 get_tag( in asf_read_header() [all...] |
H A D | aiffdec.c | 57 static int64_t get_tag(AVIOContext *pb, uint32_t * tag) in get_tag() function 227 filesize = get_tag(pb, &tag); in aiff_read_header() 246 size = get_tag(pb, &tag); in aiff_read_header()
|
H A D | wtvdec.c | 460 static void get_tag(AVFormatContext *s, AVIOContext *pb, const char *key, int type, int length) in get_tag() function 549 get_tag(s, pb, key, type, length); in parse_legacy_attrib()
|
/third_party/python/Lib/ |
H A D | imp.py | 68 def get_tag(): function
|
/third_party/python/Lib/test/ |
H A D | test_imp.py | 457 tag = imp.get_tag()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | symm.rs | 608 pub fn get_tag(&self, tag: &mut [u8]) -> Result<(), ErrorStack> { in get_tag() functions 736 c.get_tag(tag)?; in encrypt_aead()
|
Completed in 19 milliseconds