Home
last modified time | relevance | path

Searched defs:ChainContext (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GSUB/
H A DSubstLookupSubTable.hh43 ChainContext = 6, enumerator
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/
H A DPosLookupSubTable.hh31 ChainContext = 8, enumerator
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos.hh4234 struct ChainContext struct
4237 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch()
4254 union {
4263 } u;
/aosp_15_r20/art/dex2oat/
H A Ddex2oat_test.cc1123 TEST_F(Dex2oatClassLoaderContextTest, ChainContext) { in TEST_F() argument