Searched defs:c_iterator (Results 1 – 2 of 2) sorted by relevance
62 #define c_iterator _c_iterator macro83 typedef struct c_iterator c_iterator, * c_piterator; typedef98 struct c_iterator struct100 c_iterator_pft _pft; argument112 c_iterator (* assign)(c_piterator thiz, const c_piterator val); argument
374 typedef typename boost::range_iterator<Collection>::type c_iterator; in apply_impl() typedef