HomeSort by relevance Sort by last modified time
    Searched refs:__x (Results 76 - 100 of 1501) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/6/sources/cxx-stl/system/include/
stl_pair.h 78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
80 return __x.first == __y.first && __x.second == __y.second;
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 return !(__x == __y);
96 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
stl_pair.h 78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
80 return __x.first == __y.first && __x.second == __y.second;
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 return !(__x == __y);
96 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
stl_pair.h 78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
80 return __x.first == __y.first && __x.second == __y.second;
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 return !(__x == __y);
96 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
stl_pair.h 78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
80 return __x.first == __y.first && __x.second == __y.second;
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 return !(__x == __y);
96 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
stl_pair.h 78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
80 return __x.first == __y.first && __x.second == __y.second;
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 return !(__x == __y);
96 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
stl_pair.h 86 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
88 return __x.first == __y.first && __x.second == __y.second;
92 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
94 return __x.first < __y.first ||
95 (!(__y.first < __x.first) && __x.second < __y.second);
99 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
100 return !(__x == __y);
104 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
stl_pair.h 86 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
88 return __x.first == __y.first && __x.second == __y.second;
92 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
94 return __x.first < __y.first ||
95 (!(__y.first < __x.first) && __x.second < __y.second);
99 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
100 return !(__x == __y);
104 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
binders.h 106 binder1st(const _Operation& __x,
108 : op(__x), value(__y) { }
111 operator()(const typename _Operation::second_argument_type& __x) const
112 { return op(value, __x); }
117 operator()(typename _Operation::second_argument_type& __x) const
118 { return op(value, __x); }
124 bind1st(const _Operation& __fn, const _Tp& __x)
127 return binder1st<_Operation>(__fn, _Arg1_type(__x));
141 binder2nd(const _Operation& __x,
143 : op(__x), value(__y) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
binders.h 109 binder1st(const _Operation& __x,
111 : op(__x), value(__y) { }
114 operator()(const typename _Operation::second_argument_type& __x) const
115 { return op(value, __x); }
120 operator()(typename _Operation::second_argument_type& __x) const
121 { return op(value, __x); }
127 bind1st(const _Operation& __fn, const _Tp& __x)
130 return binder1st<_Operation>(__fn, _Arg1_type(__x));
144 binder2nd(const _Operation& __x,
146 : op(__x), value(__y) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
binders.h 109 binder1st(const _Operation& __x,
111 : op(__x), value(__y) { }
114 operator()(const typename _Operation::second_argument_type& __x) const
115 { return op(value, __x); }
120 operator()(typename _Operation::second_argument_type& __x) const
121 { return op(value, __x); }
127 bind1st(const _Operation& __fn, const _Tp& __x)
130 return binder1st<_Operation>(__fn, _Arg1_type(__x));
144 binder2nd(const _Operation& __x,
146 : op(__x), value(__y) {
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
binders.h 106 binder1st(const _Operation& __x,
108 : op(__x), value(__y) { }
111 operator()(const typename _Operation::second_argument_type& __x) const
112 { return op(value, __x); }
117 operator()(typename _Operation::second_argument_type& __x) const
118 { return op(value, __x); }
124 bind1st(const _Operation& __fn, const _Tp& __x)
127 return binder1st<_Operation>(__fn, _Arg1_type(__x));
141 binder2nd(const _Operation& __x,
143 : op(__x), value(__y) {
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
binders.h 106 binder1st(const _Operation& __x,
108 : op(__x), value(__y) { }
111 operator()(const typename _Operation::second_argument_type& __x) const
112 { return op(value, __x); }
117 operator()(typename _Operation::second_argument_type& __x) const
118 { return op(value, __x); }
124 bind1st(const _Operation& __fn, const _Tp& __x)
127 return binder1st<_Operation>(__fn, _Arg1_type(__x));
141 binder2nd(const _Operation& __x,
143 : op(__x), value(__y) {
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
binders.h 106 binder1st(const _Operation& __x,
108 : op(__x), value(__y) { }
111 operator()(const typename _Operation::second_argument_type& __x) const
112 { return op(value, __x); }
117 operator()(typename _Operation::second_argument_type& __x) const
118 { return op(value, __x); }
124 bind1st(const _Operation& __fn, const _Tp& __x)
127 return binder1st<_Operation>(__fn, _Arg1_type(__x));
141 binder2nd(const _Operation& __x,
143 : op(__x), value(__y) {
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
binders.h 106 binder1st(const _Operation& __x,
108 : op(__x), value(__y) { }
111 operator()(const typename _Operation::second_argument_type& __x) const
112 { return op(value, __x); }
117 operator()(typename _Operation::second_argument_type& __x) const
118 { return op(value, __x); }
124 bind1st(const _Operation& __fn, const _Tp& __x)
127 return binder1st<_Operation>(__fn, _Arg1_type(__x));
141 binder2nd(const _Operation& __x,
143 : op(__x), value(__y) {
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
binders.h 109 binder1st(const _Operation& __x,
111 : op(__x), value(__y) { }
114 operator()(const typename _Operation::second_argument_type& __x) const
115 { return op(value, __x); }
120 operator()(typename _Operation::second_argument_type& __x) const
121 { return op(value, __x); }
127 bind1st(const _Operation& __fn, const _Tp& __x)
130 return binder1st<_Operation>(__fn, _Arg1_type(__x));
144 binder2nd(const _Operation& __x,
146 : op(__x), value(__y) {
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
binders.h 114 binder1st(const _Operation& __x,
116 : op(__x), value(__y) { }
119 operator()(const typename _Operation::second_argument_type& __x) const
120 { return op(value, __x); }
125 operator()(typename _Operation::second_argument_type& __x) const
126 { return op(value, __x); }
132 bind1st(const _Operation& __fn, const _Tp& __x)
135 return binder1st<_Operation>(__fn, _Arg1_type(__x));
149 binder2nd(const _Operation& __x,
151 : op(__x), value(__y) {
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
binders.h 109 binder1st(const _Operation& __x,
111 : op(__x), value(__y) { }
114 operator()(const typename _Operation::second_argument_type& __x) const
115 { return op(value, __x); }
120 operator()(typename _Operation::second_argument_type& __x) const
121 { return op(value, __x); }
127 bind1st(const _Operation& __fn, const _Tp& __x)
130 return binder1st<_Operation>(__fn, _Arg1_type(__x));
144 binder2nd(const _Operation& __x,
146 : op(__x), value(__y) {
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
binders.h 114 binder1st(const _Operation& __x,
116 : op(__x), value(__y) { }
119 operator()(const typename _Operation::second_argument_type& __x) const
120 { return op(value, __x); }
125 operator()(typename _Operation::second_argument_type& __x) const
126 { return op(value, __x); }
132 bind1st(const _Operation& __fn, const _Tp& __x)
135 return binder1st<_Operation>(__fn, _Arg1_type(__x));
149 binder2nd(const _Operation& __x,
151 : op(__x), value(__y) {
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/
binders.h 113 binder1st(const _Operation& __x,
115 : op(__x), value(__y) { }
118 operator()(const typename _Operation::second_argument_type& __x) const
119 { return op(value, __x); }
124 operator()(typename _Operation::second_argument_type& __x) const
125 { return op(value, __x); }
131 bind1st(const _Operation& __fn, const _Tp& __x)
134 return binder1st<_Operation>(__fn, _Arg1_type(__x));
148 binder2nd(const _Operation& __x,
150 : op(__x), value(__y) {
    [all...]
  /external/stlport/stlport/stl/
_valarray.h 102 valarray(const value_type& __x, size_t __n) : _Valarray_base<_Tp>(__n)
103 { uninitialized_fill_n(this->_M_first, this->_M_size, __x); }
106 valarray(const valarray<_Tp>& __x) : _Valarray_base<_Tp>(__x._M_size) {
107 uninitialized_copy(__x._M_first, __x._M_first + __x._M_size,
136 valarray<_Tp>& operator=(const valarray<_Tp>& __x) {
137 _STLP_ASSERT(__x.size() == this->size())
138 if (this != &__x)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 102 valarray(const value_type& __x, size_t __n) : _Valarray_base<_Tp>(__n)
103 { uninitialized_fill_n(this->_M_first, this->_M_size, __x); }
106 valarray(const valarray<_Tp>& __x) : _Valarray_base<_Tp>(__x._M_size) {
107 uninitialized_copy(__x._M_first, __x._M_first + __x._M_size,
136 valarray<_Tp>& operator=(const valarray<_Tp>& __x) {
137 _STLP_ASSERT(__x.size() == this->size())
138 if (this != &__x)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 102 valarray(const value_type& __x, size_t __n) : _Valarray_base<_Tp>(__n)
103 { uninitialized_fill_n(this->_M_first, this->_M_size, __x); }
106 valarray(const valarray<_Tp>& __x) : _Valarray_base<_Tp>(__x._M_size) {
107 uninitialized_copy(__x._M_first, __x._M_first + __x._M_size,
136 valarray<_Tp>& operator=(const valarray<_Tp>& __x) {
137 _STLP_ASSERT(__x.size() == this->size())
138 if (this != &__x)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 102 valarray(const value_type& __x, size_t __n) : _Valarray_base<_Tp>(__n)
103 { uninitialized_fill_n(this->_M_first, this->_M_size, __x); }
106 valarray(const valarray<_Tp>& __x) : _Valarray_base<_Tp>(__x._M_size) {
107 uninitialized_copy(__x._M_first, __x._M_first + __x._M_size,
136 valarray<_Tp>& operator=(const valarray<_Tp>& __x) {
137 _STLP_ASSERT(__x.size() == this->size())
138 if (this != &__x)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 102 valarray(const value_type& __x, size_t __n) : _Valarray_base<_Tp>(__n)
103 { uninitialized_fill_n(this->_M_first, this->_M_size, __x); }
106 valarray(const valarray<_Tp>& __x) : _Valarray_base<_Tp>(__x._M_size) {
107 uninitialized_copy(__x._M_first, __x._M_first + __x._M_size,
136 valarray<_Tp>& operator=(const valarray<_Tp>& __x) {
137 _STLP_ASSERT(__x.size() == this->size())
138 if (this != &__x)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 102 valarray(const value_type& __x, size_t __n) : _Valarray_base<_Tp>(__n)
103 { uninitialized_fill_n(this->_M_first, this->_M_size, __x); }
106 valarray(const valarray<_Tp>& __x) : _Valarray_base<_Tp>(__x._M_size) {
107 uninitialized_copy(__x._M_first, __x._M_first + __x._M_size,
136 valarray<_Tp>& operator=(const valarray<_Tp>& __x) {
137 _STLP_ASSERT(__x.size() == this->size())
138 if (this != &__x)
    [all...]

Completed in 4090 milliseconds

1 2 34 5 6 7 8 91011>>