Searched refs:_M_get_distance (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/libstdc++/include/debug/ |
| D | safe_iterator.tcc | 56 this->_M_get_distance(__begin, *this); in _M_can_advance() 66 this->_M_get_distance(*this, __end); in _M_can_advance() 85 this->_M_get_distance(*this, __rhs); in _M_valid_range()
|
| D | safe_iterator.h | 376 _M_get_distance(const _Iterator1& __lhs, const _Iterator2& __rhs) in _M_get_distance() function 380 return _M_get_distance(__lhs, __rhs, _Category()); in _M_get_distance() 385 _M_get_distance(const _Iterator1& __lhs, const _Iterator2& __rhs, in _M_get_distance() function 393 _M_get_distance(const _Iterator1& __lhs, const _Iterator2& __rhs, in _M_get_distance() function
|