Home
last modified time | relevance | path

Searched refs:_Difference (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dadvance.h66 typedef typename iterator_traits<_InputIter>::difference_type _Difference; in advance() typedef
67 _Difference __n = static_cast<_Difference>(std::__convert_to_integral(__orig_n)); in advance()
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dsample.h95 using _Difference = typename _IterOps<_AlgPolicy>::template __difference_type<_PopulationIterator>; in sample()
96 using _CommonType = typename common_type<_Distance, _Difference>::type; in sample()
83 using _Difference = typename _IterOps<_AlgPolicy>::template __difference_type<_PopulationIterator>; __sample() local