Searched refs:indirect_type (Results 1 – 3 of 3) sorted by relevance
80 typedef get_iterator_type_2<T, typename geometry_concept<T>::type> indirect_type; typedef81 typedef typename indirect_type::type type;82 static type begin(const T& t) { return indirect_type::begin(t); } in begin()83 static type end(const T& t) { return indirect_type::end(t); } in end()
61 if (hose->indirect_type == INDIRECT_TYPE_NO_PCIE_LINK) in mpc83xx_pcie_remap_cfg()157 hose->indirect_type = INDIRECT_TYPE_NO_PCIE_LINK; in PCIE_OP()
593 int indirect_type; member