Searched refs:it_type (Results 1 – 11 of 11) sorted by relevance
56 typedef typename Node_Itr::value_type it_type; typedef57 typedef typename std::iterator_traits<it_type>::value_type value_type;76 virtual it_type79 it_type92 typedef typename Node_CItr::value_type it_type; typedef93 typedef typename std::iterator_traits<it_type>::value_type value_type;107 virtual it_type110 it_type
64 typedef geometry::ever_circling_range_iterator<view_type const> it_type; in apply() typedef65 it_type previous(view); in apply()66 it_type current(view); in apply()82 it_type next = current; in apply()
64 >::type it_type; in divide_into_subsets() typedef66 for(it_type it = boost::begin(input); it != boost::end(input); ++it) in divide_into_subsets()100 typedef typename boost::range_iterator<IteratorVector const>::type it_type; in expand_with_elements() typedef101 for(it_type it = boost::begin(input); it != boost::end(input); ++it) in expand_with_elements()117 typedef typename boost::range_iterator<IteratorVector const>::type it_type; in handle_one() typedef120 for (it_type it1 = boost::begin(input); it1 != boost::end(input); ++it1) in handle_one()122 it_type it2 = it1; in handle_one()
24 : result_of::key_of<typename It::it_type>
508 typedef typename ring_type::const_iterator it_type; in check_monotonic() typedef509 it_type end = piece.robust_ring.begin() + piece.offsetted_count; in check_monotonic()510 it_type it = std::lower_bound(piece.robust_ring.begin(), in check_monotonic()521 it_type prev = it - 1; in check_monotonic()
1017 typedef typename boost::range_iterator<const buffered_ring<Ring> >::type it_type; in init_rescale_piece() typedef1018 for (it_type it = boost::begin(ring) + pc.first_seg_id.segment_index; in init_rescale_piece()
102 unsigned long it_type; /* type: PCI or Virtual Bus */ member
59 tbl->it_type = TCE_PCI; in pnv_pci_setup_iommu_table()
536 tbl->it_type = TCE_PCI; in iommu_table_setparms()558 tbl->it_type = TCE_PCI; in iommu_table_setparms_lpar()
1193 tbl->it_type = TCE_VB; in vio_build_iommu_table()