Searched defs:ClassDef (Results 1 – 8 of 8) sorted by relevance
1485 struct ClassDef struct1488 static constexpr unsigned SENTINEL = 0;1489 typedef unsigned int value_t;1490 value_t operator [] (hb_codepoint_t k) const { return get (k); } in operator []()1491 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has()1493 hb_codepoint_t operator () (hb_codepoint_t k) const { return get (k); } in operator ()()1495 unsigned int get (hb_codepoint_t k) const { return get_class (k); } in get()1496 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class()1505 bool serialize (hb_serialize_context_t *c, in serialize()1538 bool subset (hb_subset_context_t *c) const in subset()[all …]
2289 struct ClassDef struct2292 static constexpr unsigned SENTINEL = 0;2293 typedef unsigned int value_t;2294 value_t operator [] (hb_codepoint_t k) const { return get (k); } in operator []()2295 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has()2297 hb_codepoint_t operator () (hb_codepoint_t k) const { return get (k); } in operator ()()2299 unsigned int get (hb_codepoint_t k) const { return get_class (k); } in get()2300 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class()2311 bool serialize (hb_serialize_context_t *c, Iterator it_with_class_zero) in serialize()2357 bool subset (hb_subset_context_t *c, in subset()[all …]
2367 struct ClassDef struct2370 static constexpr unsigned SENTINEL = 0;2371 typedef unsigned int value_t;2372 value_t operator [] (hb_codepoint_t k) const { return get (k); } in operator []()2373 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has()2375 hb_codepoint_t operator () (hb_codepoint_t k) const { return get (k); } in operator ()()2377 unsigned int get (hb_codepoint_t k) const { return get_class (k); } in get()2378 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class()2389 bool serialize (hb_serialize_context_t *c, Iterator it_with_class_zero) in serialize()2435 bool subset (hb_subset_context_t *c, in subset()[all …]
853 FT_UInt Coverage, ClassDef, ClassSetCount; in otv_u_O_O_x_Onx() local
856 FT_UInt Coverage, ClassDef, ClassSetCount; in otv_u_O_O_x_Onx() local
111 } ClassDef; member479 #define ClassDef(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9) _Py_ClassDef(a0, a1, a2, a3, a4, a5, a6, a… macro
2042 ClassDef(identifier name, asdl_seq * bases, asdl_seq * keywords, asdl_seq * in ClassDef() function