HomeSort by: relevance | last modified time | path
    Searched refs:__get_distance (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
stl_iterator.h 50 __get_distance(const std::reverse_iterator<_Iterator>& __first, function in namespace:__gnu_debug
52 { return __gnu_debug::__get_distance(__last.base(), __first.base()); }
114 __get_distance(const std::move_iterator<_Iterator>& __first, function in namespace:__gnu_debug
116 { return __gnu_debug::__get_distance(__first.base(), __last.base()); }
helper_functions.h 94 __get_distance(_Iterator __lhs, _Iterator __rhs, function in namespace:__gnu_debug
101 __get_distance(_Iterator __lhs, _Iterator __rhs, function in namespace:__gnu_debug
113 __get_distance(_Iterator __lhs, _Iterator __rhs) function in namespace:__gnu_debug
115 return __gnu_debug::__get_distance(__lhs, __rhs,
217 __dist = __gnu_debug::__get_distance(__first, __last);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
stl_iterator.h 50 __get_distance(const std::reverse_iterator<_Iterator>& __first, function in namespace:__gnu_debug
52 { return __gnu_debug::__get_distance(__last.base(), __first.base()); }
114 __get_distance(const std::move_iterator<_Iterator>& __first, function in namespace:__gnu_debug
116 { return __gnu_debug::__get_distance(__first.base(), __last.base()); }
helper_functions.h 94 __get_distance(_Iterator __lhs, _Iterator __rhs, function in namespace:__gnu_debug
101 __get_distance(_Iterator __lhs, _Iterator __rhs, function in namespace:__gnu_debug
113 __get_distance(_Iterator __lhs, _Iterator __rhs) function in namespace:__gnu_debug
115 return __gnu_debug::__get_distance(__lhs, __rhs,
212 __dist = __gnu_debug::__get_distance(__first, __last);

Completed in 25 milliseconds