Home
last modified time | relevance | path

Searched refs:hb_move (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-vector.hh232 return hb_move (arrayZ[--length]); /* Does this move actually work? */ in pop()
Dhb-meta.hh174 static constexpr hb_remove_reference<T>&& hb_move (T&& t) { return (hb_remove_reference<T>&&) (t); } in hb_move() function