Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-meta.hh203 #define hb_is_trivially_copyable(T) __has_trivial_copy(T) macro
209 #define hb_is_trivially_copyable(T) std::is_trivially_copyable<T>::value macro