Searched refs:__pos1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dbasic_string.h1003 insert(size_type __pos1, const basic_string& __str) argument
1004 { return this->insert(__pos1, __str, size_type(0), __str.size()); }
1025 insert(size_type __pos1, const basic_string& __str, argument
1027 { return this->insert(__pos1, __str._M_data()
1215 replace(size_type __pos1, size_type __n1, const basic_string& __str, argument
1217 { return this->replace(__pos1, __n1, __str._M_data()
1449 _M_replace_aux(size_type __pos1, size_type __n1, size_type __n2,
1453 _M_replace_safe(size_type __pos1, size_type __n1, const _CharT* __s,
1993 compare(size_type __pos1, size_type __n1, const basic_string& __str,
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dvstring.h755 insert(size_type __pos1, const __versa_string& __str) argument
756 { return this->replace(__pos1, size_type(0),
778 insert(size_type __pos1, const __versa_string& __str, argument
780 { return this->replace(__pos1, size_type(0), __str._M_data()
970 replace(size_type __pos1, size_type __n1, const __versa_string& __str, argument
973 return this->replace(__pos1, __n1, __str._M_data()
1212 _M_replace_aux(size_type __pos1, size_type __n1, size_type __n2,
1725 compare(size_type __pos1, size_type __n1, const __versa_string& __str,

Completed in 57 milliseconds