Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dtuple_array_template_depth.pass.cpp29 typedef std::array<char, 1256> array_t; typedef
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
Dtuple_array_template_depth.pass.cpp26 typedef std::array<char, 1256> array_t; typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/tuple/tuple.tuple/tuple.assign/
Dtuple_array_template_depth.pass.cpp27 typedef std::array<char, 1256> array_t; typedef
/external/clang/test/CodeGenCXX/
Dvla.cpp33 typedef short array_t[n][n+1]; in test0() typedef
Dvla-consruct.cpp44 S array_t[n][n + 1]; in test() local
/external/clang/test/SemaCXX/
Dvla-consruct.cpp24 S array_t[n][n+1]; in test() local
/external/harfbuzz_ng/src/
Dhb-vector.hh42 …using array_t = typename std::conditional<sorted, hb_sorted_array_t<Type>, hb_array_t<Type>>::type; typedef
Dhb-ot-layout-gsubgpos.hh947 typedef hb_vector_t<hb_applicable_t> array_t; typedef