HomeSort by relevance Sort by last modified time
    Searched defs:_Self (Results 1 - 25 of 211) sorted by null

1 2 3 4 5 6 7 8 9

  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
iterator_tracker.h 42 typedef __iterator_tracker _Self;
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_auto_ptr.h 43 typedef auto_ptr_ref<_Tp> _Self;
44 _Self& operator = (_Self const&);
51 typedef auto_ptr<_Tp> _Self;
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); }
102 _Self& operator=(_Self& __r) _STLP_NOTHROW {
112 _Self& operator=(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW {
_numpunct.h 129 typedef numpunct_byname<char> _Self;
130 numpunct_byname(_Self const&);
131 _Self& operator = (_Self const&);
160 typedef numpunct_byname<wchar_t> _Self;
161 numpunct_byname(_Self const&);
162 _Self& operator = (_Self const&);
_messages_facets.h 141 typedef messages_byname<char> _Self;
143 messages_byname(_Self const&);
144 _Self& operator = (_Self const&);
169 typedef messages_byname<wchar_t> _Self;
171 messages_byname(_Self const&);
172 _Self& operator = (_Self const&);
_complex.h 38 typedef complex<_Tp> _Self;
46 complex(const _Self& __z)
49 _Self& operator=(const _Self& __z) {
61 _Self& operator=(const complex<_Tp2>& __z) {
74 _Self& operator= (const value_type& __x) {
79 _Self& operator+= (const value_type& __x) {
83 _Self& operator-= (const value_type& __x) {
87 _Self& operator*= (const value_type& __x) {
92 _Self& operator/= (const value_type& __x)
    [all...]
_iostream_string.h 104 typedef __basic_iostring<_CharT> _Self;
111 _Self& operator=(const _CharT* __s) {
_move_construct_fwk.h 46 typedef __move_source<_Tp> _Self;
47 _Self& operator = (_Self const&);
_queue.h 70 typedef queue<_Tp> _Self;
72 typedef queue<_Tp, _Sequence> _Self;
90 queue(__move_source<_Self> src)
105 void _M_swap_workaround(_Self& __x) {
154 typedef priority_queue<_Tp> _Self;
156 typedef priority_queue<_Tp, _Sequence, _Compare> _Self;
177 priority_queue(__move_source<_Self> src)
238 void _M_swap_workaround(_Self& __x) {
_sstream.h 64 typedef basic_stringbuf<_CharT, _Traits, _Alloc> _Self;
148 typedef basic_istringstream<_CharT, _Traits> _Self;
150 basic_istringstream(_Self const&);
151 _Self& operator = (_Self const&);
192 typedef basic_ostringstream<_CharT, _Traits> _Self;
194 basic_ostringstream(_Self const&);
195 _Self& operator = (_Self const&);
237 typedef basic_stringstream<_CharT, _Traits> _Self;
    [all...]
_stack.h 58 typedef stack<_Tp> _Self;
60 typedef stack<_Tp, _Sequence> _Self;
78 stack(__move_source<_Self> src)
90 void _M_swap_workaround(_Self& __x) {
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
iterator_tracker.h 42 typedef __iterator_tracker _Self;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_auto_ptr.h 43 typedef auto_ptr_ref<_Tp> _Self;
44 _Self& operator = (_Self const&);
51 typedef auto_ptr<_Tp> _Self;
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); }
102 _Self& operator=(_Self& __r) _STLP_NOTHROW {
112 _Self& operator=(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW {
_numpunct.h 129 typedef numpunct_byname<char> _Self;
130 numpunct_byname(_Self const&);
131 _Self& operator = (_Self const&);
160 typedef numpunct_byname<wchar_t> _Self;
161 numpunct_byname(_Self const&);
162 _Self& operator = (_Self const&);
_messages_facets.h 141 typedef messages_byname<char> _Self;
143 messages_byname(_Self const&);
144 _Self& operator = (_Self const&);
169 typedef messages_byname<wchar_t> _Self;
171 messages_byname(_Self const&);
172 _Self& operator = (_Self const&);
_complex.h 38 typedef complex<_Tp> _Self;
46 complex(const _Self& __z)
49 _Self& operator=(const _Self& __z) {
61 _Self& operator=(const complex<_Tp2>& __z) {
74 _Self& operator= (const value_type& __x) {
79 _Self& operator+= (const value_type& __x) {
83 _Self& operator-= (const value_type& __x) {
87 _Self& operator*= (const value_type& __x) {
92 _Self& operator/= (const value_type& __x)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
iterator_tracker.h 42 typedef __iterator_tracker _Self;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_auto_ptr.h 43 typedef auto_ptr_ref<_Tp> _Self;
44 _Self& operator = (_Self const&);
51 typedef auto_ptr<_Tp> _Self;
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); }
102 _Self& operator=(_Self& __r) _STLP_NOTHROW {
112 _Self& operator=(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW {
_numpunct.h 129 typedef numpunct_byname<char> _Self;
130 numpunct_byname(_Self const&);
131 _Self& operator = (_Self const&);
160 typedef numpunct_byname<wchar_t> _Self;
161 numpunct_byname(_Self const&);
162 _Self& operator = (_Self const&);
_messages_facets.h 141 typedef messages_byname<char> _Self;
143 messages_byname(_Self const&);
144 _Self& operator = (_Self const&);
169 typedef messages_byname<wchar_t> _Self;
171 messages_byname(_Self const&);
172 _Self& operator = (_Self const&);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ConstantsScanner.h 30 typedef constant_iterator _Self;
50 inline bool operator==(const _Self& x) const { return OpIdx == x.OpIdx &&
52 inline bool operator!=(const _Self& x) const { return !operator==(x); }
60 inline _Self& operator++() { // Preincrement implementation
76 inline _Self operator++(int) { // Postincrement
77 _Self tmp = *this; ++*this; return tmp;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
forward_list.h 122 typedef _Fwd_list_iterator<_Tp> _Self;
146 _Self&
153 _Self
156 _Self __tmp(*this);
162 operator==(const _Self& __x) const noexcept
166 operator!=(const _Self& __x) const noexcept
169 _Self
189 typedef _Fwd_list_const_iterator<_Tp> _Self;
217 _Self&
224 _Self
    [all...]
stl_list.h 127 typedef _List_iterator<_Tp> _Self;
143 _Self
156 _Self&
163 _Self
166 _Self __tmp = *this;
171 _Self&
178 _Self
181 _Self __tmp = *this;
187 operator==(const _Self& __x) const _GLIBCXX_NOEXCEPT
191 operator!=(const _Self& __x) const _GLIBCXX_NOEXCEP
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 60 typedef deque<_Tp,_Alloc> _Self;
131 deque(const _Self& __x) :
148 deque(__move_source<_Self> src)
191 _Self& operator=(const _Self& __x) {
203 void swap(_Self& __x) {
208 void _M_swap_workaround(_Self& __x) { swap(__x); }
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
forward_list.h 122 typedef _Fwd_list_iterator<_Tp> _Self;
146 _Self&
153 _Self
156 _Self __tmp(*this);
162 operator==(const _Self& __x) const noexcept
166 operator!=(const _Self& __x) const noexcept
169 _Self
189 typedef _Fwd_list_const_iterator<_Tp> _Self;
217 _Self&
224 _Self
    [all...]
stl_list.h 127 typedef _List_iterator<_Tp> _Self;
143 _Self
156 _Self&
163 _Self
166 _Self __tmp = *this;
171 _Self&
178 _Self
181 _Self __tmp = *this;
187 operator==(const _Self& __x) const _GLIBCXX_NOEXCEPT
191 operator!=(const _Self& __x) const _GLIBCXX_NOEXCEP
    [all...]

Completed in 510 milliseconds

1 2 3 4 5 6 7 8 9