Searched refs:unique_range (Results 1 – 2 of 2) sorted by relevance
162 cpu_times copy_destroy_time(boost::container::vector<typename C::value_type> &unique_range) in copy_destroy_time() argument170 C c(unique_range.begin(), unique_range.end()); in copy_destroy_time()193 cpu_times construct_time( boost::container::vector<typename C::value_type> &unique_range in construct_time() argument205 C c(unique_range.begin(), unique_range.end()); in construct_time()225 cpu_times insert_time( boost::container::vector<typename C::value_type> &unique_range in insert_time() argument240 c.insert(unique_range.begin(), unique_range.end()); in insert_time()282 cpu_times search_time(boost::container::vector<typename C::value_type> &unique_range, const char *R… in search_time() argument286 C c(unique_range.begin(), unique_range.end()); in search_time()299 for(std::size_t j = 0, max = unique_range.size(); j != max; ++j){ in search_time()300 v_it[j] = c.find(unique_range[j]); in search_time()[all …]
29 struct tag<boost::range_detail::unique_range<Geometry> >