Home | History | Annotate | Download | only in bits

Lines Matching refs:_DistanceType

161 	  _DistanceType;
171 std::__push_heap(__first, _DistanceType((__last - __first) - 1),
172 _DistanceType(0), _GLIBCXX_MOVE(__value));
211 _DistanceType;
220 std::__push_heap(__first, _DistanceType((__last - __first) - 1),
221 _DistanceType(0), _GLIBCXX_MOVE(__value), __comp);
258 _DistanceType;
262 std::__adjust_heap(__first, _DistanceType(0),
263 _DistanceType(__last - __first),
330 _DistanceType;
334 std::__adjust_heap(__first, _DistanceType(0),
335 _DistanceType(__last - __first),
380 _DistanceType;
391 const _DistanceType __len = __last - __first;
392 _DistanceType __parent = (__len - 2) / 2;
421 _DistanceType;
431 const _DistanceType __len = __last - __first;
432 _DistanceType __parent = (__len - 2) / 2;