Searched defs:array_t (Results 1 – 6 of 6) sorted by relevance
26 typedef std::array<char, 1256> array_t; typedef
29 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
786 typedef hb_vector_t<hb_applicable_t> array_t; typedef