Home
last modified time | relevance | path

Searched defs:class_def (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gsubgpos.hh843 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in intersects_class() local
860 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in intersected_class_glyphs() local
889 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in collect_class() local
917 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in match_class() local
1954 const ClassDef &class_def = this+classDef; in intersects() local
1992 const ClassDef &class_def = this+classDef; in closure() local
2018 const ClassDef &class_def = this+classDef; in closure_lookups() local
2042 const ClassDef &class_def = this+classDef; in collect_glyphs() local
2056 const ClassDef &class_def = this+classDef; in would_apply() local
2074 const ClassDef &class_def = this+classDef; in apply() local
/third_party/python/Parser/
Dpegen.c2265 _PyPegen_class_def_decorators(Parser *p, asdl_expr_seq *decorators, stmt_ty class_def) in _PyPegen_class_def_decorators()