Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/
H A Dc_iterator.h58 #define c_iterator_ft _c_iterator_ft macro
89 typedef struct c_iterator_ft c_iterator_ft, * c_iterator_pft; typedef
110 struct c_iterator_ft struct
112 c_iterator (* assign)(c_piterator thiz, const c_piterator val);
113 value_type (* ref)(c_piterator thiz);
114 value_type (* ref_assign)(c_piterator thiz, const value_type val);
115 c_iterator (* inc)(c_piterator thiz);
116 c_iterator (* inc_n)(c_piterator thiz, difference_type n);
117 c_iterator (* dec)(c_piterator thiz);
118 c_iterator (* dec_n)(c_piterator thiz, difference_type n);
[all …]