Home | History | Annotate | Download | only in hidl

Lines Matching defs:accessor

604     struct accessor {
608 explicit accessor(T *base)
612 accessor<T, SIZES...> operator[](size_t index) {
613 return accessor<T, SIZES...>(
617 accessor &operator=(const std_array_type &other) {
629 struct accessor<T, SIZE1> {
633 explicit accessor(T *base)
641 accessor &operator=(const std_array_type &other) {
724 details::accessor<T, SIZE1, SIZES...> modifier(mBuffer);
731 details::accessor<T, SIZES...> operator[](size_t index) {
732 return details::accessor<T, SIZES...>(