Home
last modified time | relevance | path

Searched defs:_Self (Results 1 – 25 of 53) sorted by relevance

123

/external/stlport/stlport/stl/
D_iterator.h55 typedef reverse_iterator<_Iterator> _Self; typedef
163 typedef back_insert_iterator<_Container> _Self; typedef
193 typedef front_insert_iterator<_Container> _Self; typedef
222 typedef insert_iterator<_Container> _Self; typedef
D_istream.h64 typedef basic_istream<_CharT, _Traits> _Self; typedef
185 typedef _Isentry<_CharT, _Traits> _Self; typedef
215 sentry(const _Self&) : _M_ok(false) {} in sentry()
D_sstream.h64 typedef basic_stringbuf<_CharT, _Traits, _Alloc> _Self; typedef
148 typedef basic_istringstream<_CharT, _Traits> _Self; typedef
192 typedef basic_ostringstream<_CharT, _Traits> _Self; typedef
237 typedef basic_stringstream<_CharT, _Traits> _Self; typedef
D_auto_ptr.h43 typedef auto_ptr_ref<_Tp> _Self; typedef
51 typedef auto_ptr<_Tp> _Self; typedef
D_ostream.h54 typedef basic_ostream<_CharT, _Traits> _Self; typedef
170 typedef _Osentry<_CharT, _Traits> _Self; typedef
173 typedef sentry _Self; typedef
D_numpunct.h129 typedef numpunct_byname<char> _Self; typedef
160 typedef numpunct_byname<wchar_t> _Self; typedef
D_queue.h70 typedef queue<_Tp> _Self; typedef
154 typedef priority_queue<_Tp> _Self; in _STLP_RELOPS_OPERATORS() typedef
D_hash_set.h50 typedef hash_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
236 typedef hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc> _Self; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
D_hash_map.h51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
242 typedef hash_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
D_set.h51 typedef set<_Key, _Compare, _Alloc> _Self; in _STLP_CREATE_ITERATOR_TRAITS() typedef
221 typedef multiset<_Key, _Compare, _Alloc> _Self; in _STLP_CREATE_ITERATOR_TRAITS() typedef
D_unordered_set.h42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
192 typedef unordered_multiset<_Value, _HashFcn, _EqualKey, _Alloc> _Self; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
D_map.h49 typedef map<_Key, _Tp, _Compare, _Alloc> _Self; in _STLP_CREATE_ITERATOR_TRAITS() typedef
242 typedef multimap<_Key, _Tp, _Compare, _Alloc> _Self; in _STLP_CREATE_ITERATOR_TRAITS() typedef
D_unordered_map.h43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
211 typedef unordered_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
D_stream_iterator.h96 typedef istream_iterator< __ISI_TMPL_ARGUMENTS > _Self; typedef
166 typedef ostream_iterator<_TpP> _Self; typedef
D_monetary.h273 typedef moneypunct_byname<char, true> _Self; typedef
306 typedef moneypunct_byname<char, false> _Self; typedef
340 typedef moneypunct_byname<wchar_t, true> _Self; typedef
373 typedef moneypunct_byname<wchar_t, false> _Self; typedef
D_messages_facets.h141 typedef messages_byname<char> _Self; typedef
169 typedef messages_byname<wchar_t> _Self; typedef
D_iterator_old.h66 Reference__, _Distance> _Self; typedef
161 typedef reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance> _Self; typedef
D_stack.h58 typedef stack<_Tp> _Self; typedef
D_slist.h89 typedef _Slist_iterator<_Tp, _Traits> _Self; typedef
D_deque.h99 typedef _Deque_iterator_base< _Tp > _Self; typedef
172 typedef _Deque_iterator<_Tp, _Traits> _Self; typedef
D_iostream_string.h104 typedef __basic_iostring<_CharT> _Self; typedef
D_time_facets.h215 typedef time_get_byname<_Ch, _InIt> _Self; typedef
303 typedef time_put_byname<_Ch, _OutIt> _Self; typedef
D_ctype.h167 typedef ctype_byname<char> _Self; typedef
264 typedef ctype_byname<wchar_t> _Self; typedef
D_complex.h38 typedef complex<_Tp> _Self; typedef
/external/llvm/include/llvm/Analysis/
DConstantsScanner.h30 typedef constant_iterator _Self; typedef

123