Searched defs:__sentinel (Results 1 – 7 of 7) sorted by relevance
48 class __sentinel; variable108 friend class __sentinel<!_Const>; variable113 _LIBCPP_HIDE_FROM_ABI constexpr explicit __sentinel(sentinel_t<_Base> __end, const _Pred* __pred) in __sentinel() function116 _LIBCPP_HIDE_FROM_ABI constexpr __sentinel(__sentinel<!_Const> __s) in __sentinel() function
65 template<bool> class __sentinel; variable168 constexpr explicit __sentinel(sentinel_t<_Base> __end) : __end_(std::move(__end)) {} in __sentinel() function171 constexpr __sentinel(__sentinel<!_Const> __s) in __sentinel() function
68 class __sentinel; variable
65 class __sentinel; variable
74 template<bool> class __sentinel; variable
140 class __sentinel; in requires() local
51 __partition_impl(_BidirectionalIterator __first, _Sentinel __sentinel, _Predicate __pred, in __partition_impl()