Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_skip_list.h501 return iterator(internal_get_bound(key, my_compare)); in lower_bound()
505 return const_iterator(internal_get_bound(key, my_compare)); in lower_bound()
510 return iterator(internal_get_bound(key, my_compare)); in lower_bound()
515 return const_iterator(internal_get_bound(key, my_compare)); in lower_bound()
519 return iterator(internal_get_bound(key, not_greater_compare(my_compare))); in upper_bound()
523 return const_iterator(internal_get_bound(key, not_greater_compare(my_compare))); in upper_bound()
528 return iterator(internal_get_bound(key, not_greater_compare(my_compare))); in upper_bound()
533 return const_iterator(internal_get_bound(key, not_greater_compare(my_compare))); in upper_bound()
1014 node_ptr internal_get_bound( const K& key, const Comparator& cmp ) const { in internal_get_bound() function