Home
last modified time | relevance | path

Searched defs:__that (Results 1 – 8 of 8) sorted by relevance

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/stlport/stl/
H A D_list.c139 void _S_remove_if(list<_Tp, _Alloc>& __that, _Predicate __pred) { in _S_remove_if()
152 void _S_unique(list<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred) { in _S_unique()
168 void _S_merge(list<_Tp, _Alloc>& __that, list<_Tp, _Alloc>& __x, in _S_merge()
206 void _S_sort(list<_Tp, _Alloc>& __that, _StrictWeakOrdering __comp) { in _S_sort()
H A D_slist.c134 void _Slist_unique(slist<_Tp, _Alloc>& __that, _BinaryPredicate __pred) { in _Slist_unique()
148 void _Slist_merge(slist<_Tp, _Alloc>& __that, slist<_Tp, _Alloc>& __x, in _Slist_merge()
184 void _Slist_sort(slist<_Tp, _Alloc>& __that, _StrictWeakOrdering __comp) { in _Slist_sort()
H A D_istream.c186 __get_num(basic_istream<_CharT, _Traits>& __that, _Number& __val) { in __get_num()
579 __read_unbuffered(basic_istream<_CharT, _Traits>* __that, basic_streambuf<_CharT, _Traits>* __buf, in __read_unbuffered()
635 __read_buffered(basic_istream<_CharT, _Traits>* __that, basic_streambuf<_CharT, _Traits>* __buf, in __read_buffered()
888 _M_ignore_unbuffered(basic_istream<_CharT, _Traits>* __that, in _M_ignore_unbuffered()
928 _M_ignore_buffered(basic_istream<_CharT, _Traits>* __that, in _M_ignore_buffered()
983 _M_ignore_unbuffered(basic_istream<_CharT, _Traits>* __that, in _M_ignore_unbuffered()
1025 _M_ignore_buffered(basic_istream<_CharT, _Traits>* __that, in _M_ignore_buffered()
1213 __copy_unbuffered(basic_istream<_CharT, _Traits>* __that, basic_streambuf<_CharT, _Traits>* __src, in __copy_unbuffered()
1282 __copy_buffered(basic_istream<_CharT, _Traits>* __that, basic_streambuf<_CharT, _Traits>* __src, in __copy_buffered()
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/stlport/stl/
H A D_list.c135 void _S_remove_if(list<_Tp, _Alloc>& __that, _Predicate __pred) { in _S_remove_if()
148 void _S_unique(list<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred) { in _S_unique()
164 void _S_merge(list<_Tp, _Alloc>& __that, list<_Tp, _Alloc>& __x, in _S_merge()
202 void _S_sort(list<_Tp, _Alloc>& __that, _StrictWeakOrdering __comp) { in _S_sort()
H A D_slist.c134 void _Slist_unique(slist<_Tp, _Alloc>& __that, _BinaryPredicate __pred) { in _Slist_unique()
148 void _Slist_merge(slist<_Tp, _Alloc>& __that, slist<_Tp, _Alloc>& __x, in _Slist_merge()
184 void _Slist_sort(slist<_Tp, _Alloc>& __that, _StrictWeakOrdering __comp) { in _Slist_sort()
H A D_istream.c186 __get_num(basic_istream<_CharT, _Traits>& __that, _Number& __val) { in __get_num()
577 __read_unbuffered(basic_istream<_CharT, _Traits>* __that, basic_streambuf<_CharT, _Traits>* __buf, in __read_unbuffered()
634 __read_buffered(basic_istream<_CharT, _Traits>* __that, basic_streambuf<_CharT, _Traits>* __buf, in __read_buffered()
887 _M_ignore_unbuffered(basic_istream<_CharT, _Traits>* __that, in _M_ignore_unbuffered()
927 _M_ignore_buffered(basic_istream<_CharT, _Traits>* __that, in _M_ignore_buffered()
982 _M_ignore_unbuffered(basic_istream<_CharT, _Traits>* __that, in _M_ignore_unbuffered()
1024 _M_ignore_buffered(basic_istream<_CharT, _Traits>* __that, in _M_ignore_buffered()
1212 __copy_unbuffered(basic_istream<_CharT, _Traits>* __that, basic_streambuf<_CharT, _Traits>* __src, in __copy_unbuffered()
1281 __copy_buffered(basic_istream<_CharT, _Traits>* __that, basic_streambuf<_CharT, _Traits>* __src, in __copy_buffered()
H A D_istreambuf_iterator.h100 _Self* __that = __CONST_CAST(_Self*, this); in _M_getc() local
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/src/
H A Dlocale_impl.cpp177 static inline locale::facet* _Locale_insert(_Locale_impl *__that, Facet* f) in _Locale_insert()