Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dtest-meta.cc113 static_assert (hb_is_trivially_move_constructible (X), ""); in main()
114 static_assert (hb_is_trivially_move_constructible (Y), ""); in main()
Dhb-meta.hh365 using hb_is_trivially_move_constructible= hb_is_move_constructible<hb_trivial<T>>; typedef
366 #define hb_is_trivially_move_constructible(T) hb_is_trivially_move_constructible<T>::value macro
385 (!hb_is_move_constructible (T) || hb_is_trivially_move_constructible (T)) &&