HomeSort by relevance Sort by last modified time
    Searched full:__two (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
array 179 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
180 { return std::equal(__one.begin(), __one.end(), __two.begin()); }
184 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
185 { return !(__one == __two); }
197 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
198 { return __two < __one; }
202 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
203 { return !(__one > __two); }
207 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
208 { return !(__one < __two); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
array 179 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
180 { return std::equal(__one.begin(), __one.end(), __two.begin()); }
184 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
185 { return !(__one == __two); }
197 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
198 { return __two < __one; }
202 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
203 { return !(__one > __two); }
207 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
208 { return !(__one < __two); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
array 179 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
180 { return std::equal(__one.begin(), __one.end(), __two.begin()); }
184 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
185 { return !(__one == __two); }
197 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
198 { return __two < __one; }
202 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
203 { return !(__one > __two); }
207 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
208 { return !(__one < __two); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
array 179 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
180 { return std::equal(__one.begin(), __one.end(), __two.begin()); }
184 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
185 { return !(__one == __two); }
197 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
198 { return __two < __one; }
202 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
203 { return !(__one > __two); }
207 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
208 { return !(__one < __two); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
array 179 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
180 { return std::equal(__one.begin(), __one.end(), __two.begin()); }
184 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
185 { return !(__one == __two); }
197 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
198 { return __two < __one; }
202 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
203 { return !(__one > __two); }
207 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
208 { return !(__one < __two); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
array 179 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
180 { return std::equal(__one.begin(), __one.end(), __two.begin()); }
184 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
185 { return !(__one == __two); }
197 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
198 { return __two < __one; }
202 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
203 { return !(__one > __two); }
207 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
208 { return !(__one < __two); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
array 178 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
179 { return std::equal(__one.begin(), __one.end(), __two.begin()); }
183 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
184 { return !(__one == __two); }
196 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
197 { return __two < __one; }
201 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
202 { return !(__one > __two); }
206 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
207 { return !(__one < __two); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
array 204 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
205 { return std::equal(__one.begin(), __one.end(), __two.begin()); }
209 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
210 { return !(__one == __two); }
222 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
223 { return __two < __one; }
227 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
228 { return !(__one > __two); }
232 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
233 { return !(__one < __two); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
array 204 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
205 { return std::equal(__one.begin(), __one.end(), __two.begin()); }
209 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
210 { return !(__one == __two); }
222 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
223 { return __two < __one; }
227 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
228 { return !(__one > __two); }
232 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
233 { return !(__one < __two); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
array 228 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
229 { return std::equal(__one.begin(), __one.end(), __two.begin()); }
233 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
234 { return !(__one == __two); }
246 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
247 { return __two < __one; }
251 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
252 { return !(__one > __two); }
256 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
257 { return !(__one < __two); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
array 224 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
225 { return std::equal(__one.begin(), __one.end(), __two.begin()); }
229 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
230 { return !(__one == __two); }
242 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
243 { return __two < __one; }
247 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
248 { return !(__one > __two); }
252 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
253 { return !(__one < __two); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
array 186 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
187 { return std::equal(__one.begin(), __one.end(), __two.begin()); }
191 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
192 { return !(__one == __two); }
204 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
205 { return __two < __one; }
209 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
210 { return !(__one > __two); }
214 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
215 { return !(__one < __two); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
array 193 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
194 { return std::equal(__one.begin(), __one.end(), __two.begin()); }
198 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
199 { return !(__one == __two); }
211 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
212 { return __two < __one; }
216 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
217 { return !(__one > __two); }
221 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
222 { return !(__one < __two); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
array 200 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
201 { return std::equal(__one.begin(), __one.end(), __two.begin()); }
205 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
206 { return !(__one == __two); }
218 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
219 { return __two < __one; }
223 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
224 { return !(__one > __two); }
228 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
229 { return !(__one < __two); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
array 200 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
201 { return std::equal(__one.begin(), __one.end(), __two.begin()); }
205 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
206 { return !(__one == __two); }
218 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
219 { return __two < __one; }
223 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
224 { return !(__one > __two); }
228 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
229 { return !(__one < __two); }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
array 193 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
194 { return std::equal(__one.begin(), __one.end(), __two.begin()); }
198 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
199 { return !(__one == __two); }
211 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
212 { return __two < __one; }
216 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
217 { return !(__one > __two); }
221 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
222 { return !(__one < __two); }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
array 193 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
194 { return std::equal(__one.begin(), __one.end(), __two.begin()); }
198 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
199 { return !(__one == __two); }
211 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
212 { return __two < __one; }
216 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
217 { return !(__one > __two); }
221 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
222 { return !(__one < __two); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
array 193 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
194 { return std::equal(__one.begin(), __one.end(), __two.begin()); }
198 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
199 { return !(__one == __two); }
211 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
212 { return __two < __one; }
216 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
217 { return !(__one > __two); }
221 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
222 { return !(__one < __two); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
array 193 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
194 { return std::equal(__one.begin(), __one.end(), __two.begin()); }
198 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
199 { return !(__one == __two); }
211 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
212 { return __two < __one; }
216 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
217 { return !(__one > __two); }
221 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
222 { return !(__one < __two); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
array 200 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
201 { return std::equal(__one.begin(), __one.end(), __two.begin()); }
205 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
206 { return !(__one == __two); }
218 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
219 { return __two < __one; }
223 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
224 { return !(__one > __two); }
228 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
229 { return !(__one < __two); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
array 200 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
201 { return std::equal(__one.begin(), __one.end(), __two.begin()); }
205 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
206 { return !(__one == __two); }
218 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
219 { return __two < __one; }
223 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
224 { return !(__one > __two); }
228 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
229 { return !(__one < __two); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
allocator.h 154 _S_do_it(_Alloc& __one, _Alloc& __two)
157 if (__one != __two)
158 swap(__one, __two);
175 _S_do_it(const _Alloc& __one, const _Alloc& __two)
176 { return __one != __two; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
allocator.h 159 _S_do_it(_Alloc& __one, _Alloc& __two)
162 if (__one != __two)
163 swap(__one, __two);
180 _S_do_it(const _Alloc& __one, const _Alloc& __two)
181 { return __one != __two; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
allocator.h 159 _S_do_it(_Alloc& __one, _Alloc& __two)
162 if (__one != __two)
163 swap(__one, __two);
180 _S_do_it(const _Alloc& __one, const _Alloc& __two)
181 { return __one != __two; }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
allocator.h 154 _S_do_it(_Alloc& __one, _Alloc& __two)
157 if (__one != __two)
158 swap(__one, __two);
175 _S_do_it(const _Alloc& __one, const _Alloc& __two)
176 { return __one != __two; }

Completed in 429 milliseconds

1 2 3 4 5