Searched refs:_DistanceType (Results 1 – 3 of 3) sorted by relevance
146 _DistanceType; in push_heap() typedef155 std::__push_heap(__first, _DistanceType((__last - __first) - 1), in push_heap()156 _DistanceType(0), _ValueType(*(__last - 1))); in push_heap()195 _DistanceType; in push_heap() typedef204 _DistanceType(0), _ValueType(*(__last - 1)), __comp); in push_heap()349 _DistanceType; in make_heap() typedef360 const _DistanceType __len = __last - __first; in make_heap()361 _DistanceType __parent = (__len - 2) / 2; in make_heap()390 _DistanceType; in make_heap() typedef400 const _DistanceType __len = __last - __first; in make_heap()[all …]
670 _DistanceType; in __search_n() typedef796 _DistanceType; in __search_n() typedef2623 _DistanceType; in partial_sort_copy() typedef2689 _DistanceType; in partial_sort_copy() typedef2890 _DistanceType; in lower_bound() typedef2940 _DistanceType; in lower_bound() typedef2987 _DistanceType; in upper_bound() typedef3037 _DistanceType; in upper_bound() typedef3881 _DistanceType; in stable_sort() typedef3923 _DistanceType; in stable_sort() typedef[all …]
260 _DistanceType;262 _DistanceType __len = __last - __first;263 _DistanceType __half;