Home | History | Annotate | Download | only in bits

Lines Matching refs:_DistanceType

159 	  _DistanceType;
169 std::__push_heap(__first, _DistanceType((__last - __first) - 1),
170 _DistanceType(0), _GLIBCXX_MOVE(__value));
209 _DistanceType;
218 std::__push_heap(__first, _DistanceType((__last - __first) - 1),
219 _DistanceType(0), _GLIBCXX_MOVE(__value), __comp);
256 _DistanceType;
260 std::__adjust_heap(__first, _DistanceType(0),
261 _DistanceType(__last - __first),
328 _DistanceType;
332 std::__adjust_heap(__first, _DistanceType(0),
333 _DistanceType(__last - __first),
378 _DistanceType;
389 const _DistanceType __len = __last - __first;
390 _DistanceType __parent = (__len - 2) / 2;
419 _DistanceType;
429 const _DistanceType __len = __last - __first;
430 _DistanceType __parent = (__len - 2) / 2;