Searched refs:__self_ref (Results 1 - 3 of 3) sorted by relevance

/external/stlport/stlport/stl/
H A D_string.c316 bool __self_ref) {
327 if (!__self_ref || __last < __pos) {
351 if (!__self_ref)
391 bool __self_ref) {
395 if (!__self_ref || __l < __first || __f >= __last)
400 } else if (!__self_ref || (__f >= __last) || (__l <= __first)) { // no overlap
403 _M_insert(__last, __m, __l, __self_ref );
314 _M_insert(iterator __pos, const _CharT* __first, const _CharT* __last, bool __self_ref) argument
389 _M_replace(iterator __first, iterator __last, const _CharT* __f, const _CharT* __l, bool __self_ref) argument
H A D_string_workaround.h369 void _M_insert(iterator __p, const _CharT* __f, const _CharT* __l, bool __self_ref) { argument
371 _Base::_M_insert(__p, __f, __l, __self_ref);
552 const _CharT* __f, const _CharT* __l, bool __self_ref) {
555 _Base::_M_replace(__first, __last, __f, __l, __self_ref);
551 _M_replace(iterator __first, iterator __last, const _CharT* __f, const _CharT* __l, bool __self_ref) argument
H A D_string.h671 void _M_insert(iterator __p, const _CharT* __first, const _CharT* __last, bool __self_ref);
890 const _CharT* __f, const _CharT* __l, bool __self_ref);

Completed in 71 milliseconds