Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-shaper-use-machine.hh847 struct machine_index_t : struct
851 machine_index_t (const Iter& it) : it (it) {} in machine_index_t() function
852 machine_index_t (const machine_index_t& o) : hb_iter_with_fallback_t<machine_index_t<Iter>, in machine_index_t() argument
874 void operator = (const machine_index_t& o) in operator =() argument
881 bool operator == (const machine_index_t& o) const in operator ==() argument
883 bool operator != (const machine_index_t& o) const { return !(*this == o); } in operator !=() argument
893 machine_index_t<hb_iter_type<Iter>> argument