Home
last modified time | relevance | path

Searched refs:get_tag (Results 1 – 22 of 22) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-meta-table.hh45 hb_tag_t get_tag () const { return tag; } in get_tag() function
88 | hb_map (&DataMap::get_tag) in get_entries()
Dhb-ot-layout-jstf-table.hh151 { return langSys.get_tag (i); } in get_lang_sys_tag()
203 { return scriptList.get_tag (i); } in get_script_tag()
Dmain.cc69 switch (ot.get_tag ()) in main()
Dhb-open-file.hh453 hb_tag_t get_tag () const { return u.tag; } in get_tag() function
Dhb-ot-layout-common.hh203 const Tag& get_tag (unsigned int i) const in get_tag() function
245 record->tag = this->get_tag(i); in subset()
366 { return langSys.get_tag (i); } in get_lang_sys_tag()
Dhb-ot-layout-gsubgpos.hh2847 { return (this+scriptList).get_tag (i); } in get_script_tag()
2860 { return i == Index::NOT_FOUND_INDEX ? HB_TAG_NONE : (this+featureList).get_tag (i); } in get_feature_tag()
/external/rust/crates/serde_cbor/src/
Dtags.rs180 let t = get_tag(); in visit_newtype_struct()
196 get_tag() in current_cbor_tag()
205 pub(crate) fn get_tag() -> Option<u64> { in get_tag() function
213 pub(crate) fn get_tag() -> Option<u64> { in get_tag() function
Dser.rs16 use crate::tags::{get_tag, CBOR_NEWTYPE_NAME};
409 for tag in get_tag().into_iter() { in serialize_newtype_struct()
/external/python/setuptools/setuptools/command/
Dinstall_lib.py80 base = os.path.join('__pycache__', '__init__.' + imp.get_tag())
/external/libsrtp2/crypto/include/
Dcipher.h158 srtp_cipher_get_tag_func_t get_tag; member
/external/webrtc/rtc_base/
Dlogging_unittest.cc124 const char* get_tag() const { return tag_; } in get_tag() function in rtc::LogMessageForTesting
295 const char* tag = log_msg.get_tag(); in TEST()
/external/libsrtp2/crypto/cipher/
Dcipher.c140 if (!((c)->type)->get_tag) { in srtp_cipher_get_tag()
144 return (((c)->type)->get_tag(((c)->state), buffer, tag_len)); in srtp_cipher_get_tag()
/external/rust/crates/serde_cbor/src/value/
Dde.rs141 let tag = crate::tags::get_tag(); in deserialize()
/external/python/cpython3/Lib/
Dimp.py67 def get_tag(): function
/external/ply/ply/test/
Dtestyacc.py30 modname = mod+"."+imp.get_tag()+ext
Dtestlex.py37 modname = mod+"."+imp.get_tag()+ext
/external/python/cpython3/Lib/test/
Dtest_imp.py421 tag = imp.get_tag()
/external/python/cpython3/Doc/library/
Dimp.rst207 :func:`get_tag`; if :attr:`sys.implementation.cache_tag` is not defined then
243 .. function:: get_tag()
Dimportlib.rst1418 :func:`get_tag`; if :attr:`sys.implementation.cache_tag` is not defined then
/external/python/cpython3/Doc/distutils/
Dapiref.rst1269 <imp.get_tag>` in their name, in a :file:`__pycache__` subdirectory
/external/python/cpython3/Doc/whatsnew/
D3.2.rst325 >>> imp.get_tag() # doctest: +SKIP
/external/python/cpython3/Misc/
DHISTORY6963 - Issue #15166: Implement `imp.get_tag()` using `sys.implementation.cache_tag`.