Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-meta.hh313 using hb_is_default_constructible = hb_is_constructible<T>; typedef
314 #define hb_is_default_constructible(T) hb_is_default_constructible<T>::value macro
357 using hb_is_trivially_default_constructible= hb_is_default_constructible<hb_trivial<T>>;