Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/graph/
H A Dserialize.hh32 struct overflow_record_t struct
34 unsigned parent;
35 unsigned child;
37 bool operator != (const overflow_record_t o) const in operator !=()
40 inline bool operator == (const overflow_record_t& o) const in operator ==()
46 inline uint32_t hash () const in hash()