Searched defs:npos (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/cpp/std/
H A Dbastring.cc522 basic_string <charT, traits, Allocator>::npos; member in class:basic_string
[all...]
H A Dbastring.h159 static const size_type npos = static_cast<size_type>(-1); member in class:basic_string
188 basic_string (const basic_string& _str, size_type pos, size_type n = npos) argument
283 basic_string& erase (size_type pos = 0, size_type n = npos) argument
209 append(const basic_string& _str, size_type pos = 0, size_type n = npos) argument
229 assign(const basic_string& str, size_type pos = 0, size_type n = npos) argument
258 insert(size_type pos1, const basic_string& str, size_type pos2 = 0, size_type n = npos) argument
[all...]
/haiku/headers/cpp/
H A Dstl_rope.h2219 static const size_type npos; member in class:rope
2308 const rope<_CharT, _Alloc>::size_type rope<_CharT, _Alloc>::npos = member in class:rope

Completed in 38 milliseconds