Searched refs:BEInt (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb.hh | 508 template <typename Type, int Bytes> struct BEInt; 511 struct BEInt<Type, 1> struct 514 BEInt<Type, 1>& operator = (Type V) in operator =() argument 523 struct BEInt<Type, 2> argument 526 BEInt<Type, 2>& operator = (Type V) in operator =() argument 552 struct BEInt<Type, 3> struct 555 BEInt<Type, 3>& operator = (Type V) in operator =() argument 571 struct BEInt<Type, 4> argument 574 BEInt<Type, 4>& operator = (Type V) in operator =() argument
|
D | hb-serialize.hh | 301 auto &off = * ((BEInt<uint32_t, 4> *) (parent->head + link.position)); in resolve_links() 307 auto &off = * ((BEInt<uint16_t, 2> *) (parent->head + link.position)); in resolve_links()
|
D | hb-open-type.hh | 91 BEInt<Type, Size> v;
|