Home
last modified time | relevance | path

Searched defs:get_tag (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-meta-table.hh45 hb_tag_t get_tag () const { return tag; } in get_tag() function
Dhb-open-file.hh463 hb_tag_t get_tag () const { return u.tag; } in get_tag() function
Dhb-ot-layout-common.hh438 const Tag& get_tag (unsigned int i) const in get_tag() function
/third_party/ffmpeg/libavformat/
Daiffdec.c57 static int64_t get_tag(AVIOContext *pb, uint32_t * tag) in get_tag() function
Dwtvdec.c460 static void get_tag(AVFormatContext *s, AVIOContext *pb, const char *key, int type, int length) in get_tag() function
Dasfdec_f.c222 static void get_tag(AVFormatContext *s, const char *key, int type, int len, int type2_size) in get_tag() function
/third_party/python/Lib/
Dimp.py68 def get_tag(): function
/third_party/rust/crates/rust-openssl/openssl/src/
Dsymm.rs608 pub fn get_tag(&self, tag: &mut [u8]) -> Result<(), ErrorStack> { in get_tag() method