Searched refs:citer_t (Results 1 – 4 of 4) sorted by relevance
261 typedef val_t const *citer_t; typedef264 typedef indirect_iterator<citer_t> const_iterator;326 typedef list_iterator<X const, val_t const> citer_t; typedef329 typedef indirect_iterator<citer_t> const_iterator;343 typedef list_iterator<X const, val_t const> citer_t; typedef346 typedef indirect_iterator<citer_t> const_iterator;382 typedef list_iterator<X const, val_t const *, val_t const *> citer_t; typedef385 typedef indirect_iterator<citer_t> const_iterator;
747 typedef typename range_const_iterator<BaseClass>::type citer_t; typedef750 typedef transform_iterator<fun<X const>, citer_t> const_iterator;
25 typedef container_t::const_iterator citer_t; in test_ticket_10336() typedef26 typedef boost::iterator_range<citer_t> rng_t; in test_ticket_10336()
769 typedef typename range_const_iterator<Range>::type citer_t; in test_trivial() typedef770 citer_t cit = boost::begin(rng); in test_trivial()