Searched defs:machine_index_t (Results 1 – 1 of 1) sorted by relevance
383 struct machine_index_t : struct387 machine_index_t (const Iter& it) : it (it) {} in machine_index_t() function388 machine_index_t (const machine_index_t& o) : it (o.it) {} in machine_index_t() function402 void operator = (const machine_index_t& o) { *this = (*o.it).first; } in operator =() argument403 bool operator == (const machine_index_t& o) const { return (*it).first == (*o.it).first; } in operator ==() argument404 bool operator != (const machine_index_t& o) const { return !(*this == o); } in operator !=() argument413 machine_index_t<hb_iter_type<Iter>> argument