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

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_set.h 189 * @param __x A %set of identical element and allocator types.
192 * by @a __x.
194 set(const set& __x)
195 : _M_t(__x._M_t) { }
200 * @param __x A %set of identical element and allocator types.
205 set(set&& __x)
207 : _M_t(std::move(__x._M_t)) { }
228 * @param __x A %set of identical element and allocator types.
230 * All the elements of @a __x are copied, but unlike the copy
234 operator=(const set& __x)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_multiset.h 184 * @param __x A %multiset of identical element and allocator types.
187 * by @a __x.
189 multiset(const multiset& __x)
190 : _M_t(__x._M_t) { }
195 * @param __x A %multiset of identical element and allocator types.
197 * The newly-created %multiset contains the exact contents of @a __x.
198 * The contents of @a __x are a valid, but unspecified %multiset.
200 multiset(multiset&& __x)
202 : _M_t(std::move(__x._M_t)) { }
223 * @param __x A %multiset of identical element and allocator types
    [all...]
  /external/stlport/stlport/stl/
_function_base.h 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; }
82 void _M_swap_workaround(less<_Tp>& __x) {}
115 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; }
120 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; }
135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y;
    [all...]
_iterator.h 64 explicit reverse_iterator(iterator_type __x) : current(__x) {}
65 reverse_iterator(const _Self& __x) : current(__x.current) {}
66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; }
69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {}
71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; }
82 void _M_swap_workaround(less<_Tp>& __x) {}
115 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; }
120 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; }
135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y;
    [all...]
_iterator.h 64 explicit reverse_iterator(iterator_type __x) : current(__x) {}
65 reverse_iterator(const _Self& __x) : current(__x.current) {}
66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; }
69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {}
71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; }
82 void _M_swap_workaround(less<_Tp>& __x) {}
115 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; }
120 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; }
135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y;
    [all...]
_iterator.h 64 explicit reverse_iterator(iterator_type __x) : current(__x) {}
65 reverse_iterator(const _Self& __x) : current(__x.current) {}
66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; }
69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {}
71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; }
82 void _M_swap_workaround(less<_Tp>& __x) {}
115 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; }
120 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; }
135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y;
    [all...]
_iterator.h 64 explicit reverse_iterator(iterator_type __x) : current(__x) {}
65 reverse_iterator(const _Self& __x) : current(__x.current) {}
66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; }
69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {}
71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; }
82 void _M_swap_workaround(less<_Tp>& __x) {}
115 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; }
120 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; }
135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y;
    [all...]
_iterator.h 64 explicit reverse_iterator(iterator_type __x) : current(__x) {}
65 reverse_iterator(const _Self& __x) : current(__x.current) {}
66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; }
69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {}
71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; }
82 void _M_swap_workaround(less<_Tp>& __x) {}
115 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; }
120 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; }
135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y;
    [all...]
_iterator.h 64 explicit reverse_iterator(iterator_type __x) : current(__x) {}
65 reverse_iterator(const _Self& __x) : current(__x.current) {}
66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; }
69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {}
71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_function_base.h 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; }
82 void _M_swap_workaround(less<_Tp>& __x) {}
115 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; }
120 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; }
135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y;
    [all...]
_iterator.h 64 explicit reverse_iterator(iterator_type __x) : current(__x) {}
65 reverse_iterator(const _Self& __x) : current(__x.current) {}
66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; }
69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {}
71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 77 swap(_List_node_base& __x, _List_node_base& __y);
128 _List_iterator(_List_node_base* __x)
129 : _M_node(__x) { }
171 operator==(const _Self& __x) const
172 { return _M_node == __x._M_node; }
175 operator!=(const _Self& __x) const
176 { return _M_node != __x._M_node; }
204 _List_const_iterator(const _List_node_base* __x)
205 : _M_node(__x) { }
207 _List_const_iterator(const iterator& __x)
879 { this->_M_insert(begin(), __x); } local
920 { this->_M_insert(end(), __x); } local
1352 { _M_fill_initialize(static_cast<size_type>(__n), __x); } local
    [all...]
stl_tree.h 98 _S_minimum(_Base_ptr __x)
100 while (__x->_M_left != 0) __x = __x->_M_left;
101 return __x;
105 _S_minimum(_Const_Base_ptr __x)
107 while (__x->_M_left != 0) __x = __x->_M_left;
108 return __x;
954 _Link_type __x = _M_begin(); local
1090 _Link_type __x = _M_begin(); local
1121 _Const_Link_type __x = _M_begin(); local
1204 _Link_type __x = _M_begin(); local
1232 _Link_type __x = _M_begin(); local
1508 _Const_Link_type __x = static_cast<_Const_Link_type>(__it._M_node); local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 77 swap(_List_node_base& __x, _List_node_base& __y);
128 _List_iterator(_List_node_base* __x)
129 : _M_node(__x) { }
171 operator==(const _Self& __x) const
172 { return _M_node == __x._M_node; }
175 operator!=(const _Self& __x) const
176 { return _M_node != __x._M_node; }
204 _List_const_iterator(const _List_node_base* __x)
205 : _M_node(__x) { }
207 _List_const_iterator(const iterator& __x)
879 { this->_M_insert(begin(), __x); } local
920 { this->_M_insert(end(), __x); } local
1352 { _M_fill_initialize(static_cast<size_type>(__n), __x); } local
    [all...]
stl_tree.h 98 _S_minimum(_Base_ptr __x)
100 while (__x->_M_left != 0) __x = __x->_M_left;
101 return __x;
105 _S_minimum(_Const_Base_ptr __x)
107 while (__x->_M_left != 0) __x = __x->_M_left;
108 return __x;
954 _Link_type __x = _M_begin(); local
1090 _Link_type __x = _M_begin(); local
1121 _Const_Link_type __x = _M_begin(); local
1204 _Link_type __x = _M_begin(); local
1232 _Link_type __x = _M_begin(); local
1508 _Const_Link_type __x = static_cast<_Const_Link_type>(__it._M_node); local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 77 swap(_List_node_base& __x, _List_node_base& __y);
128 _List_iterator(_List_node_base* __x)
129 : _M_node(__x) { }
171 operator==(const _Self& __x) const
172 { return _M_node == __x._M_node; }
175 operator!=(const _Self& __x) const
176 { return _M_node != __x._M_node; }
204 _List_const_iterator(const _List_node_base* __x)
205 : _M_node(__x) { }
207 _List_const_iterator(const iterator& __x)
879 { this->_M_insert(begin(), __x); } local
920 { this->_M_insert(end(), __x); } local
1352 { _M_fill_initialize(static_cast<size_type>(__n), __x); } local
    [all...]
stl_tree.h 98 _S_minimum(_Base_ptr __x)
100 while (__x->_M_left != 0) __x = __x->_M_left;
101 return __x;
105 _S_minimum(_Const_Base_ptr __x)
107 while (__x->_M_left != 0) __x = __x->_M_left;
108 return __x;
954 _Link_type __x = _M_begin(); local
1090 _Link_type __x = _M_begin(); local
1121 _Const_Link_type __x = _M_begin(); local
1204 _Link_type __x = _M_begin(); local
1232 _Link_type __x = _M_begin(); local
1508 _Const_Link_type __x = static_cast<_Const_Link_type>(__it._M_node); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_tree.h 101 _S_minimum(_Base_ptr __x)
103 while (__x->_M_left != 0) __x = __x->_M_left;
104 return __x;
108 _S_minimum(_Const_Base_ptr __x)
110 while (__x->_M_left != 0) __x = __x->_M_left;
111 return __x;
1058 _Link_type __x = _M_begin(); local
1194 _Link_type __x = _M_begin(); local
1225 _Const_Link_type __x = _M_begin(); local
1311 _Link_type __x = _M_begin(); local
1348 _Link_type __x = _M_begin(); local
1623 _Const_Link_type __x = static_cast<_Const_Link_type>(__it._M_node); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_tree.h 101 _S_minimum(_Base_ptr __x)
103 while (__x->_M_left != 0) __x = __x->_M_left;
104 return __x;
108 _S_minimum(_Const_Base_ptr __x)
110 while (__x->_M_left != 0) __x = __x->_M_left;
111 return __x;
1058 _Link_type __x = _M_begin(); local
1194 _Link_type __x = _M_begin(); local
1225 _Const_Link_type __x = _M_begin(); local
1311 _Link_type __x = _M_begin(); local
1348 _Link_type __x = _M_begin(); local
1623 _Const_Link_type __x = static_cast<_Const_Link_type>(__it._M_node); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_tree.h 101 _S_minimum(_Base_ptr __x)
103 while (__x->_M_left != 0) __x = __x->_M_left;
104 return __x;
108 _S_minimum(_Const_Base_ptr __x)
110 while (__x->_M_left != 0) __x = __x->_M_left;
111 return __x;
1058 _Link_type __x = _M_begin(); local
1194 _Link_type __x = _M_begin(); local
1225 _Const_Link_type __x = _M_begin(); local
1311 _Link_type __x = _M_begin(); local
1348 _Link_type __x = _M_begin(); local
1623 _Const_Link_type __x = static_cast<_Const_Link_type>(__it._M_node); local
    [all...]

Completed in 514 milliseconds

1 2 3 4 5 6 78 91011>>