Searched refs:hb_move (Results 1 – 2 of 2) sorted by relevance
232 return hb_move (arrayZ[--length]); /* Does this move actually work? */ in pop()
174 static constexpr hb_remove_reference<T>&& hb_move (T&& t) { return (hb_remove_reference<T>&&) (t); } in hb_move() function