HomeSort by relevance Sort by last modified time
    Searched refs:__x (Results 451 - 475 of 1686) sorted by null

<<11121314151617181920>>

  /ndk/tests/device/test-stlport_shared-exception/jni/
alias2.cpp 12 _Deque_iterator(const _Deque_iterator& __x)
13 : _M_cur(__x._M_cur),
14 _M_node(__x._M_node) {}
51 deque(const deque& __x) {}
  /ndk/tests/device/test-stlport_static-exception/jni/
alias2.cpp 12 _Deque_iterator(const _Deque_iterator& __x)
13 : _M_cur(__x._M_cur),
14 _M_node(__x._M_node) {}
51 deque(const deque& __x) {}
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_set.h 134 set(const _Self& __x) : _M_t(__x._M_t) {}
141 _Self& operator=(const _Self& __x) {
142 _M_t = __x._M_t;
162 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
164 void _M_swap_workaround(_Self& __x) { swap(__x); }
168 pair<iterator,bool> insert(const value_type& __x)
169 { return _M_t.insert_unique(__x); }
    [all...]
_stdexcept_base.c 42 __Named_exception::__Named_exception(const __Named_exception& __x) {
43 size_t __size = strlen(__x._M_name) + 1;
58 strncpy(_M_name, __x._M_name, __size - 1);
61 strncpy_s(_M_name, __size, __x._M_name, __size - 1);
65 __Named_exception& __Named_exception::operator = (const __Named_exception& __x) {
66 size_t __size = strlen(__x._M_name) + 1;
81 strncpy(_M_name, __x._M_name, __size - 1);
84 strncpy_s(_M_name, __size, __x._M_name, __size - 1);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_set.h 134 set(const _Self& __x) : _M_t(__x._M_t) {}
141 _Self& operator=(const _Self& __x) {
142 _M_t = __x._M_t;
162 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
164 void _M_swap_workaround(_Self& __x) { swap(__x); }
168 pair<iterator,bool> insert(const value_type& __x)
169 { return _M_t.insert_unique(__x); }
    [all...]
_stdexcept_base.c 42 __Named_exception::__Named_exception(const __Named_exception& __x) {
43 size_t __size = strlen(__x._M_name) + 1;
58 strncpy(_M_name, __x._M_name, __size - 1);
61 strncpy_s(_M_name, __size, __x._M_name, __size - 1);
65 __Named_exception& __Named_exception::operator = (const __Named_exception& __x) {
66 size_t __size = strlen(__x._M_name) + 1;
81 strncpy(_M_name, __x._M_name, __size - 1);
84 strncpy_s(_M_name, __size, __x._M_name, __size - 1);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_set.h 134 set(const _Self& __x) : _M_t(__x._M_t) {}
141 _Self& operator=(const _Self& __x) {
142 _M_t = __x._M_t;
162 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
164 void _M_swap_workaround(_Self& __x) { swap(__x); }
168 pair<iterator,bool> insert(const value_type& __x)
169 { return _M_t.insert_unique(__x); }
    [all...]
_stdexcept_base.c 42 __Named_exception::__Named_exception(const __Named_exception& __x) {
43 size_t __size = strlen(__x._M_name) + 1;
58 strncpy(_M_name, __x._M_name, __size - 1);
61 strncpy_s(_M_name, __size, __x._M_name, __size - 1);
65 __Named_exception& __Named_exception::operator = (const __Named_exception& __x) {
66 size_t __size = strlen(__x._M_name) + 1;
81 strncpy(_M_name, __x._M_name, __size - 1);
84 strncpy_s(_M_name, __size, __x._M_name, __size - 1);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_set.h 134 set(const _Self& __x) : _M_t(__x._M_t) {}
141 _Self& operator=(const _Self& __x) {
142 _M_t = __x._M_t;
162 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
164 void _M_swap_workaround(_Self& __x) { swap(__x); }
168 pair<iterator,bool> insert(const value_type& __x)
169 { return _M_t.insert_unique(__x); }
    [all...]
_stdexcept_base.c 42 __Named_exception::__Named_exception(const __Named_exception& __x) {
43 size_t __size = strlen(__x._M_name) + 1;
58 strncpy(_M_name, __x._M_name, __size - 1);
61 strncpy_s(_M_name, __size, __x._M_name, __size - 1);
65 __Named_exception& __Named_exception::operator = (const __Named_exception& __x) {
66 size_t __size = strlen(__x._M_name) + 1;
81 strncpy(_M_name, __x._M_name, __size - 1);
84 strncpy_s(_M_name, __size, __x._M_name, __size - 1);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_set.h 134 set(const _Self& __x) : _M_t(__x._M_t) {}
141 _Self& operator=(const _Self& __x) {
142 _M_t = __x._M_t;
162 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
164 void _M_swap_workaround(_Self& __x) { swap(__x); }
168 pair<iterator,bool> insert(const value_type& __x)
169 { return _M_t.insert_unique(__x); }
    [all...]
_stdexcept_base.c 42 __Named_exception::__Named_exception(const __Named_exception& __x) {
43 size_t __size = strlen(__x._M_name) + 1;
58 strncpy(_M_name, __x._M_name, __size - 1);
61 strncpy_s(_M_name, __size, __x._M_name, __size - 1);
65 __Named_exception& __Named_exception::operator = (const __Named_exception& __x) {
66 size_t __size = strlen(__x._M_name) + 1;
81 strncpy(_M_name, __x._M_name, __size - 1);
84 strncpy_s(_M_name, __size, __x._M_name, __size - 1);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_queue.h 218 push(const value_type& __x)
219 { c.push_back(__x); }
223 push(value_type&& __x)
224 { c.push_back(std::move(__x)); }
270 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
271 { return __x.c == __y.c; }
288 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
289 { return __x.c < __y.c; }
294 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
295 { return !(__x == __y);
    [all...]
stl_raw_storage_iter.h 75 raw_storage_iterator(_OutputIterator __x)
76 : _M_iter(__x) {}
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_queue.h 218 push(const value_type& __x)
219 { c.push_back(__x); }
223 push(value_type&& __x)
224 { c.push_back(std::move(__x)); }
270 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
271 { return __x.c == __y.c; }
288 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
289 { return __x.c < __y.c; }
294 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
295 { return !(__x == __y);
    [all...]
stl_raw_storage_iter.h 75 raw_storage_iterator(_OutputIterator __x)
76 : _M_iter(__x) {}
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_queue.h 218 push(const value_type& __x)
219 { c.push_back(__x); }
223 push(value_type&& __x)
224 { c.push_back(std::move(__x)); }
270 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
271 { return __x.c == __y.c; }
288 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
289 { return __x.c < __y.c; }
294 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
295 { return !(__x == __y);
    [all...]
stl_raw_storage_iter.h 75 raw_storage_iterator(_OutputIterator __x)
76 : _M_iter(__x) {}
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_queue.h 218 push(const value_type& __x)
219 { c.push_back(__x); }
223 push(value_type&& __x)
224 { c.push_back(std::move(__x)); }
270 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
271 { return __x.c == __y.c; }
288 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
289 { return __x.c < __y.c; }
294 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
295 { return !(__x == __y);
    [all...]
stl_raw_storage_iter.h 75 raw_storage_iterator(_OutputIterator __x)
76 : _M_iter(__x) {}
  /external/stlport/stlport/stl/
_stdexcept_base.c 42 __Named_exception::__Named_exception(const __Named_exception& __x) {
43 size_t __size = strlen(__x._M_name) + 1;
58 strncpy(_M_name, __x._M_name, __size - 1);
61 strncpy_s(_M_name, __size, __x._M_name, __size - 1);
65 __Named_exception& __Named_exception::operator = (const __Named_exception& __x) {
66 size_t __size = strlen(__x._M_name) + 1;
81 strncpy(_M_name, __x._M_name, __size - 1);
84 strncpy_s(_M_name, __size, __x._M_name, __size - 1);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c 42 __Named_exception::__Named_exception(const __Named_exception& __x) {
43 size_t __size = strlen(__x._M_name) + 1;
58 strncpy(_M_name, __x._M_name, __size - 1);
61 strncpy_s(_M_name, __size, __x._M_name, __size - 1);
65 __Named_exception& __Named_exception::operator = (const __Named_exception& __x) {
66 size_t __size = strlen(__x._M_name) + 1;
81 strncpy(_M_name, __x._M_name, __size - 1);
84 strncpy_s(_M_name, __size, __x._M_name, __size - 1);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_bvector.h 75 _Bit_reference(_Bit_type * __x, _Bit_type __y)
76 : _M_p(__x), _M_mask(__y) { }
84 operator=(bool __x) _GLIBCXX_NOEXCEPT
86 if (__x)
94 operator=(const _Bit_reference& __x) _GLIBCXX_NOEXCEPT
95 { return *this = bool(__x); }
98 operator==(const _Bit_reference& __x) const
99 { return bool(*this) == bool(__x); }
102 operator<(const _Bit_reference& __x) const
103 { return !bool(*this) && bool(__x); }
404 __fill_bvector(_Bit_iterator(__last._M_p, 0), __last, __x); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
multiset.h 88 multiset(const multiset& __x)
89 : _Base(__x) { }
91 multiset(const _Base& __x)
92 : _Base(__x) { }
95 multiset(multiset&& __x)
97 : _Base(std::move(__x))
98 { this->_M_swap(__x); }
109 operator=(const multiset& __x)
111 *static_cast<_Base*>(this) = __x;
118 operator=(multiset&& __x)
    [all...]
set.h 88 set(const set& __x)
89 : _Base(__x) { }
91 set(const _Base& __x)
92 : _Base(__x) { }
95 set(set&& __x)
97 : _Base(std::move(__x))
98 { this->_M_swap(__x); }
109 operator=(const set& __x)
111 *static_cast<_Base*>(this) = __x;
118 operator=(set&& __x)
    [all...]

Completed in 665 milliseconds

<<11121314151617181920>>