Searched defs:std_array_type (Results 1 - 1 of 1) sorted by relevance

/system/libhidl/base/include/hidl/
H A DHidlSupport.h606 using std_array_type = typename std_array<T, SIZE1, SIZES...>::type;
617 accessor &operator=(const std_array_type &other) {
631 using std_array_type = typename std_array<T, SIZE1>::type;
641 accessor &operator=(const std_array_type &other) {
655 using std_array_type = typename std_array<T, SIZE1, SIZES...>::type;
666 operator std_array_type() {
667 std_array_type array;
681 using std_array_type = typename std_array<T, SIZE1>::type;
691 operator std_array_type() {
692 std_array_type arra
[all...]

Completed in 4146 milliseconds