Home
last modified time | relevance | path

Searched refs:unique_range (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/container/bench/
Dbench_set.hpp162 cpu_times copy_destroy_time(boost::container::vector<typename C::value_type> &unique_range) in copy_destroy_time() argument
170 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() argument
205 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() argument
240 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() argument
286 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 …]
/third_party/boost/boost/geometry/geometries/adapted/boost_range/
Duniqued.hpp29 struct tag<boost::range_detail::unique_range<Geometry> >