Searched refs:_CompRef (Results 1 – 4 of 4) sorted by relevance
29 using _CompRef = typename __comp_ref_type<_Compare>::type; in __make_heap() local30 _CompRef __comp_ref = __comp; in __make_heap()
30 using _CompRef = typename __comp_ref_type<_Compare>::type; in __sort_heap() local31 _CompRef __comp_ref = __comp; in __sort_heap()
35 using _CompRef = typename __comp_ref_type<_Compare>::type; in __pop_heap() local36 _CompRef __comp_ref = __comp; in __pop_heap()
55 using _CompRef = typename __comp_ref_type<_Compare>::type; in __push_heap() local57 std::__sift_up<_AlgPolicy, _CompRef>(std::move(__first), std::move(__last), __comp, __len); in __push_heap()