Searched defs:__sentinel (Results 1 – 7 of 7) sorted by relevance
60 class __sentinel; variable125 _LIBCPP_HIDE_FROM_ABI constexpr explicit __sentinel(sentinel_t<_Base> __end, const _Pred* __pred) in __sentinel() function128 _LIBCPP_HIDE_FROM_ABI constexpr __sentinel(__sentinel<!_Const> __s) in __sentinel() function
61 template<bool> class __sentinel; variable163 constexpr explicit __sentinel(sentinel_t<_Base> __end) : __end_(std::move(__end)) {} in __sentinel() function166 constexpr __sentinel(__sentinel<!_Const> __s) in __sentinel() function
68 class __sentinel; variable
62 class __sentinel; variable
64 template<bool> class __sentinel; variable
136 class __sentinel; in requires() local
52 __partition_impl(_BidirectionalIterator __first, _Sentinel __sentinel, _Predicate __pred, in __partition_impl()