Searched defs:array_t (Results 1 – 8 of 8) sorted by relevance
29 typedef std::array<char, 1256> array_t; typedef
26 typedef std::array<char, 1256> array_t; typedef
27 typedef std::array<char, 1256> array_t; typedef
33 typedef short array_t[n][n+1]; in test0() typedef
44 S array_t[n][n + 1]; in test() local
24 S array_t[n][n+1]; in test() local
42 …using array_t = typename std::conditional<sorted, hb_sorted_array_t<Type>, hb_array_t<Type>>::type; typedef
947 typedef hb_vector_t<hb_applicable_t> array_t; typedef