Home
last modified time | relevance | path

Searched refs:BEInt (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb.hh508 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
Dhb-serialize.hh301 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()
Dhb-open-type.hh91 BEInt<Type, Size> v;