Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-use-machine.hh383 struct machine_index_t : struct
387 machine_index_t (const Iter& it) : it (it) {} in machine_index_t() function
388 machine_index_t (const machine_index_t& o) : it (o.it) {} in machine_index_t() function
402 void operator = (const machine_index_t& o) { *this = (*o.it).first; } in operator =() argument
403 bool operator == (const machine_index_t& o) const { return (*it).first == (*o.it).first; } in operator ==() argument
404 bool operator != (const machine_index_t& o) const { return !(*this == o); } in operator !=() argument
413 machine_index_t<hb_iter_type<Iter>> argument