Searched defs:machine_index_t (Results 1 – 1 of 1) sorted by relevance
847 struct machine_index_t : struct851 machine_index_t (const Iter& it) : it (it) {} in machine_index_t() function852 machine_index_t (const machine_index_t& o) : hb_iter_with_fallback_t<machine_index_t<Iter>, in machine_index_t() function874 void operator = (const machine_index_t& o) in operator =() argument881 bool operator == (const machine_index_t& o) const in operator ==() argument883 bool operator != (const machine_index_t& o) const { return !(*this == o); } in operator !=() argument893 machine_index_t<hb_iter_type<Iter>> argument