Home
last modified time | relevance | path

Searched refs:c_piterator (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/
H A Dc_iterator.h83 typedef struct c_iterator c_iterator, * c_piterator; typedef
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);
119 difference_type (* diff)(c_piterator thiz, const c_piterator val);
120 value_type (* at)(c_piterator thiz, difference_type n);
[all …]
H A Dc_iterator.c57 static c_iterator _c_array_iterator_assign(c_piterator thiz, const c_piterator val) in _c_array_iterator_assign()
64 static value_type _c_array_iterator_ref(c_piterator thiz) in _c_array_iterator_ref()
69 static value_type _c_array_iterator_ref_assign(c_piterator thiz, const value_type val) in _c_array_iterator_ref_assign()
74 static c_iterator _c_array_iterator_inc(c_piterator thiz) in _c_array_iterator_inc()
82 static c_iterator _c_array_iterator_inc_n(c_piterator thiz, difference_type n) in _c_array_iterator_inc_n()
90 static c_iterator _c_array_iterator_dec(c_piterator thiz) in _c_array_iterator_dec()
98 static c_iterator _c_array_iterator_dec_n(c_piterator thiz, difference_type n) in _c_array_iterator_dec_n()
106 static difference_type _c_array_iterator_diff(c_piterator thiz, const c_piterator val) in _c_array_iterator_diff()
111 static value_type _c_array_iterator_at(c_piterator thiz, difference_type n) in _c_array_iterator_at()
116 static c_iterator _c_array_iterator_positive_n(c_piterator thiz, difference_type n) in _c_array_iterator_positive_n()
[all …]
H A Dc_vector.c74 static c_iterator _c_vector_iterator_assign(c_piterator thiz, const c_piterator val) in _c_vector_iterator_assign()
81 static value_type _c_vector_iterator_ref(c_piterator thiz) in _c_vector_iterator_ref()
86 static value_type _c_vector_iterator_ref_assign(c_piterator thiz, const value_type val) in _c_vector_iterator_ref_assign()
91 static c_iterator _c_vector_iterator_inc(c_piterator thiz) in _c_vector_iterator_inc()
99 static c_iterator _c_vector_iterator_inc_n(c_piterator thiz, difference_type n) in _c_vector_iterator_inc_n()
107 static c_iterator _c_vector_iterator_dec(c_piterator thiz) in _c_vector_iterator_dec()
115 static c_iterator _c_vector_iterator_dec_n(c_piterator thiz, difference_type n) in _c_vector_iterator_dec_n()
123 static difference_type _c_vector_iterator_diff(c_piterator thiz, const c_piterator val) in _c_vector_iterator_diff()
128 static value_type _c_vector_iterator_at(c_piterator thiz, difference_type n) in _c_vector_iterator_at()
133 static c_iterator _c_vector_iterator_positive_n(c_piterator thiz, difference_type n) in _c_vector_iterator_positive_n()
[all …]
H A Dc_tree.c74 static void _A_iterator_increment(c_piterator thiz) in _A_iterator_increment()
95 static void _A_iterator_decrement(c_piterator thiz) in _A_iterator_decrement()
135 static c_iterator _c_rb_tree_iterator_assign(c_piterator thiz, const c_piterator val) in _c_rb_tree_iterator_assign()
142 static value_type _c_rb_tree_iterator_ref(c_piterator thiz) in _c_rb_tree_iterator_ref()
147 static value_type _c_rb_tree_iterator_ref_assign(c_piterator thiz, const value_type val) in _c_rb_tree_iterator_ref_assign()
152 static c_iterator _c_rb_tree_iterator_inc(c_piterator thiz) in _c_rb_tree_iterator_inc()
158 static c_iterator _c_rb_tree_iterator_dec(c_piterator thiz) in _c_rb_tree_iterator_dec()
164 static c_bool _c_rb_tree_iterator_equal(c_piterator thiz, const c_piterator val) in _c_rb_tree_iterator_equal()