Home
last modified time | relevance | path

Searched refs:hb_is_trivially_copyable (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dtest-meta.cc117 static_assert (hb_is_trivially_copyable (int), ""); in main()
118 static_assert (hb_is_trivially_copyable (X), ""); in main()
119 static_assert (hb_is_trivially_copyable (Y), ""); in main()
Dhb-meta.hh382 using hb_is_trivially_copyable= hb_bool_constant< typedef
390 #define hb_is_trivially_copyable(T) hb_is_trivially_copyable<T>::value macro
394 hb_is_trivially_copyable (T) &&
Dhb-open-type.hh472 if (!sizeof... (Ts) && hb_is_trivially_copyable (Type)) return_trace (true); in sanitize()
646 if (!sizeof... (Ts) && hb_is_trivially_copyable (Type)) return_trace (true); in sanitize()
787 if (!sizeof... (Ts) && hb_is_trivially_copyable (Type)) return_trace (true); in sanitize()
1018 if (!sizeof... (Ts) && hb_is_trivially_copyable (Type)) return_trace (true); in sanitize()