Searched defs:_str (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/std/
H A Dbastring.cc397 compare (const basic_string& _str, size_type pos, size_type n) const argument
118 replace(size_type pos1, size_type n1, const basic_string& _str, size_type pos2, size_type n2) argument
H A Dbastring.h187 basic_string (const basic_string& _str): dat (_str.rep ()->grab ()) { } argument
188 basic_string (const basic_string& _str, size_type pos, size_type n = npos) argument
209 basic_string& append (const basic_string& _str, size_type pos = 0, argument
[all...]

Completed in 44 milliseconds