Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_bitset.c88 size_t _Base_bitset<_Nw>::_M_do_find_first(size_t __not_found) const { in _M_do_find_first() argument
105 return __not_found; in _M_do_find_first()
111 size_t __not_found) const { in _M_do_find_next() argument
117 return __not_found; in _M_do_find_next()
160 return __not_found; in _M_do_find_next()
D_bitset.h200 size_t _M_do_find_first(size_t __not_found) const;
203 size_t _M_do_find_next(size_t __prev, size_t __not_found) const;
262 inline size_t _M_do_find_first(size_t __not_found) const;
265 inline size_t _M_do_find_next(size_t __prev, size_t __not_found) const;
275 _Base_bitset<1UL>::_M_do_find_first(size_t __not_found) const {
291 return __not_found;
296 size_t __not_found ) const {
302 return __not_found;
325 return __not_found;