Searched refs:__not_found (Results 1 – 3 of 3) sorted by relevance
207 _M_do_find_first(size_t __not_found) const;211 _M_do_find_next(size_t __prev, size_t __not_found) const;280 _Base_bitset<_Nw>::_M_do_find_first(size_t __not_found) const in _M_do_find_first() argument290 return __not_found; in _M_do_find_first()295 _Base_bitset<_Nw>::_M_do_find_next(size_t __prev, size_t __not_found) const in _M_do_find_next() argument302 return __not_found; in _M_do_find_next()325 return __not_found; in _M_do_find_next()430 _M_do_find_first(size_t __not_found) const435 return __not_found;440 _M_do_find_next(size_t __prev, size_t __not_found) const[all …]
1047 static constexpr size_t __not_found = -1;1048 static constexpr size_t __ambiguous = __not_found - 1;1053 (__res == __not_found ? __curr_i : __ambiguous);1059 return __i == _Nx ? __not_found :1067 static_assert(value != __not_found, "type not found in type list" );
320 size_t __result = __not_found;323 if (__result != __not_found) {337 struct __find_unambiguous_index_sfinae_impl<__not_found> {};