/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gsubgpos.hh | 694 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in intersects_class() 723 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in collect_class() 751 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in match_class() 1548 const ClassDef &class_def = this+classDef; in intersects() 1569 const ClassDef &class_def = this+classDef; in closure() 1591 const ClassDef &class_def = this+classDef; in collect_glyphs() 1605 const ClassDef &class_def = this+classDef; in would_apply() 1623 const ClassDef &class_def = this+classDef; in apply() 1651 OffsetTo<ClassDef> 2201 const ClassDef &backtrack_class_def = this+backtrackClassDef; in intersects() [all …]
|
D | hb-ot-layout-gdef-table.hh | 475 OffsetTo<ClassDef> 487 OffsetTo<ClassDef>
|
D | hb-ot-layout-common.hh | 1201 friend struct ClassDef; 1337 friend struct ClassDef; 1485 struct ClassDef struct 1613 { c->start_embed<ClassDef> ()->serialize (c, glyphs, klasses); } in ClassDef_serialize()
|
D | hb-ot-layout-gpos-table.hh | 889 OffsetTo<ClassDef> 893 OffsetTo<ClassDef>
|
/third_party/harfbuzz/src/ |
D | hb-ot-layout-gsubgpos.hh | 843 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in intersects_class() 860 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in intersected_class_glyphs() 889 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in collect_class() 917 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in match_class() 1942 const ClassDef &class_def = this+classDef; in intersects() 1972 const ClassDef &class_def = this+classDef; in closure() 1998 const ClassDef &class_def = this+classDef; in closure_lookups() 2022 const ClassDef &class_def = this+classDef; in collect_glyphs() 2036 const ClassDef &class_def = this+classDef; in would_apply() 2054 const ClassDef &class_def = this+classDef; in apply() [all …]
|
D | hb-ot-layout-gdef-table.hh | 690 Offset16To<ClassDef> 702 Offset16To<ClassDef>
|
D | hb-ot-layout-common.hh | 2231 friend struct ClassDef; 2410 friend struct ClassDef; 2641 struct ClassDef struct 2797 { c->start_embed<ClassDef> ()->serialize (c, it); } in ClassDef_serialize()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gsubgpos.hh | 833 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in intersects_class() 850 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in intersected_class_glyphs() 879 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in collect_class() 907 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in match_class() 1944 const ClassDef &class_def = this+classDef; in intersects() 1982 const ClassDef &class_def = this+classDef; in closure() 2008 const ClassDef &class_def = this+classDef; in closure_lookups() 2032 const ClassDef &class_def = this+classDef; in collect_glyphs() 2046 const ClassDef &class_def = this+classDef; in would_apply() 2064 const ClassDef &class_def = this+classDef; in apply() [all …]
|
D | hb-ot-layout-gdef-table.hh | 688 Offset16To<ClassDef> 700 Offset16To<ClassDef>
|
D | hb-ot-layout-common.hh | 1916 friend struct ClassDef; 2111 friend struct ClassDef; 2367 struct ClassDef struct 2533 { c->start_embed<ClassDef> ()->serialize (c, it); } in ClassDef_serialize()
|
D | hb-ot-layout-gpos-table.hh | 1678 Offset16To<ClassDef> 1682 Offset16To<ClassDef>
|
/third_party/freetype/src/otvalid/ |
D | otvcommn.c | 856 FT_UInt Coverage, ClassDef, ClassSetCount; in otv_u_O_O_x_Onx() local 866 ClassDef = FT_NEXT_USHORT( p ); in otv_u_O_O_x_Onx() 872 otv_ClassDef_validate( table + ClassDef, otvalid ); in otv_u_O_O_x_Onx()
|
/third_party/flutter/skia/third_party/externals/freetype/src/otvalid/ |
D | otvcommn.c | 853 FT_UInt Coverage, ClassDef, ClassSetCount; in otv_u_O_O_x_Onx() local 863 ClassDef = FT_NEXT_USHORT( p ); in otv_u_O_O_x_Onx() 869 otv_ClassDef_validate( table + ClassDef, otvalid ); in otv_u_O_O_x_Onx()
|
/third_party/skia/third_party/externals/freetype/src/otvalid/ |
D | otvcommn.c | 856 FT_UInt Coverage, ClassDef, ClassSetCount; in otv_u_O_O_x_Onx() local 866 ClassDef = FT_NEXT_USHORT( p ); in otv_u_O_O_x_Onx() 872 otv_ClassDef_validate( table + ClassDef, otvalid ); in otv_u_O_O_x_Onx()
|
/third_party/python/Python/ |
D | symtable.c | 1231 if (!symtable_add_def(st, s->v.ClassDef.name, DEF_LOCAL, LOCATION(s))) in symtable_visit_stmt() 1233 VISIT_SEQ(st, expr, s->v.ClassDef.bases); in symtable_visit_stmt() 1234 VISIT_SEQ(st, keyword, s->v.ClassDef.keywords); in symtable_visit_stmt() 1235 if (s->v.ClassDef.decorator_list) in symtable_visit_stmt() 1236 VISIT_SEQ(st, expr, s->v.ClassDef.decorator_list); in symtable_visit_stmt() 1237 if (!symtable_enter_block(st, s->v.ClassDef.name, ClassBlock, in symtable_visit_stmt() 1242 st->st_private = s->v.ClassDef.name; in symtable_visit_stmt() 1243 VISIT_SEQ(st, stmt, s->v.ClassDef.body); in symtable_visit_stmt()
|
D | ast_opt.c | 678 CALL_SEQ(astfold_expr, expr, node_->v.ClassDef.bases); in astfold_stmt() 679 CALL_SEQ(astfold_keyword, keyword, node_->v.ClassDef.keywords); in astfold_stmt() 680 CALL(astfold_body, asdl_seq, node_->v.ClassDef.body); in astfold_stmt() 681 CALL_SEQ(astfold_expr, expr, node_->v.ClassDef.decorator_list); in astfold_stmt()
|
D | ast.c | 693 ret = validate_body(state, stmt->v.ClassDef.body, "ClassDef") && in validate_stmt() 694 validate_exprs(state, stmt->v.ClassDef.bases, Load, 0) && in validate_stmt() 695 validate_keywords(state, stmt->v.ClassDef.keywords) && in validate_stmt() 696 validate_exprs(state, stmt->v.ClassDef.decorator_list, Load, 0); in validate_stmt()
|
D | compile.c | 2428 asdl_expr_seq *decos = s->v.ClassDef.decorator_list; in compiler_class() 2451 if (!compiler_enter_scope(c, s->v.ClassDef.name, in compiler_class() 2457 Py_INCREF(s->v.ClassDef.name); in compiler_class() 2458 Py_XSETREF(c->u->u_private, s->v.ClassDef.name); in compiler_class() 2485 if (!compiler_body(c, s->v.ClassDef.body)) { in compiler_class() 2542 ADDOP_LOAD_CONST(c, s->v.ClassDef.name); in compiler_class() 2545 if (!compiler_call_helper(c, 2, s->v.ClassDef.bases, s->v.ClassDef.keywords)) in compiler_class() 2554 if (!compiler_nameop(c, s->v.ClassDef.name, Store)) in compiler_class()
|
D | Python-ast.c | 2027 p->v.ClassDef.name = name; in _PyAST_ClassDef() 2028 p->v.ClassDef.bases = bases; in _PyAST_ClassDef() 2029 p->v.ClassDef.keywords = keywords; in _PyAST_ClassDef() 2030 p->v.ClassDef.body = body; in _PyAST_ClassDef() 2031 p->v.ClassDef.decorator_list = decorator_list; in _PyAST_ClassDef() 3729 value = ast2obj_identifier(state, o->v.ClassDef.name); in ast2obj_stmt() 3734 value = ast2obj_list(state, (asdl_seq*)o->v.ClassDef.bases, in ast2obj_stmt() 3740 value = ast2obj_list(state, (asdl_seq*)o->v.ClassDef.keywords, in ast2obj_stmt() 3746 value = ast2obj_list(state, (asdl_seq*)o->v.ClassDef.body, in ast2obj_stmt() 3752 value = ast2obj_list(state, (asdl_seq*)o->v.ClassDef.decorator_list, in ast2obj_stmt()
|
/third_party/python/Parser/ |
D | Python.asdl | 18 | ClassDef(identifier name,
|
D | pegen.c | 2246 class_def->v.ClassDef.name, class_def->v.ClassDef.bases, in _PyPegen_class_def_decorators() 2247 class_def->v.ClassDef.keywords, class_def->v.ClassDef.body, decorators, in _PyPegen_class_def_decorators()
|
/third_party/python/Misc/NEWS.d/ |
D | 3.7.0b5.rst | 69 Module, ClassDef, FunctionDef, and AsyncFunctionDef ast nodes which was
|
/third_party/python/Lib/ |
D | ast.py | 282 if not isinstance(node, (AsyncFunctionDef, FunctionDef, ClassDef, Module)): 778 node, (AsyncFunctionDef, FunctionDef, ClassDef, Module)
|
/third_party/python/Include/internal/ |
D | pycore_ast.h | 212 } ClassDef; member
|
/third_party/python/Doc/library/ |
D | ast.rst | 1790 .. class:: ClassDef(name, bases, keywords, starargs, kwargs, body, decorator_list) 1816 ClassDef( 1994 :class:`FunctionDef`, :class:`AsyncFunctionDef`, :class:`ClassDef`,
|