Home
last modified time | relevance | path

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

/third_party/boost/boost/range/
Datl.hpp261 typedef val_t const *citer_t; typedef
264 typedef indirect_iterator<citer_t> const_iterator;
326 typedef list_iterator<X const, val_t const> citer_t; typedef
329 typedef indirect_iterator<citer_t> const_iterator;
343 typedef list_iterator<X const, val_t const> citer_t; typedef
346 typedef indirect_iterator<citer_t> const_iterator;
382 typedef list_iterator<X const, val_t const *, val_t const *> citer_t; typedef
385 typedef indirect_iterator<citer_t> const_iterator;
Dmfc.hpp747 typedef typename range_const_iterator<BaseClass>::type citer_t; typedef
750 typedef transform_iterator<fun<X const>, citer_t> const_iterator;
/third_party/boost/libs/range/test/
Dticket_10336.cpp25 typedef container_t::const_iterator citer_t; in test_ticket_10336() typedef
26 typedef boost::iterator_range<citer_t> rng_t; in test_ticket_10336()
/third_party/boost/boost/range/detail/
Dmicrosoft.hpp769 typedef typename range_const_iterator<Range>::type citer_t; in test_trivial() typedef
770 citer_t cit = boost::begin(rng); in test_trivial()