Searched refs:iterType (Results 1 – 3 of 3) sorted by relevance
67 typedef typename thrust::device_vector<int>::iterator iterType; in main() typedef68 thrust::pair<iterType, iterType> result; in main()
73 typedef bolt::cl::device_vector<int>::iterator iterType; in main() typedef74 bolt::cl::pair<iterType, iterType> result = { in main()
85 typedef boost::compute::vector<int>::iterator iterType; in main() typedef86 std::pair<iterType, iterType> result( in main()