Searched refs:std_array (Results 1 - 1 of 1) sorted by relevance

/system/libhidl/base/include/hidl/
H A DHidlSupport.h594 struct std_array { struct in namespace:android::details
595 using type = std::array<typename std_array<T, SIZES...>::type, SIZE1>;
599 struct std_array<T, SIZE1> { struct in namespace:android::details
606 using std_array_type = typename std_array<T, SIZE1, SIZES...>::type;
631 using std_array_type = typename std_array<T, SIZE1>::type;
655 using std_array_type = typename std_array<T, SIZE1, SIZES...>::type;
681 using std_array_type = typename std_array<T, SIZE1>::type;
711 using std_array_type = typename details::std_array<T, SIZE1, SIZES...>::type;
777 using std_array_type = typename details::std_array<T, SIZE1>::type;

Completed in 104 milliseconds