HomeSort by relevance Sort by last modified time
    Searched refs:__two (Results 1 - 16 of 16) sorted by null

  /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/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; }
  /prebuilts/ndk/6/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; }
  /prebuilts/ndk/7/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; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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; }
  /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/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
allocator.h 160 _S_do_it(_Alloc& __one, _Alloc& __two)
163 if (__one != __two)
164 swap(__one, __two);
181 _S_do_it(const _Alloc& __one, const _Alloc& __two)
182 { return __one != __two; }
alloc_traits.h 451 __do_alloc_on_copy(_Alloc& __one, const _Alloc& __two, true_type)
452 { __one = __two; }
460 inline void __alloc_on_copy(_Alloc& __one, const _Alloc& __two)
464 __do_alloc_on_copy(__one, __two, __pocca());
475 inline void __do_alloc_on_move(_Alloc& __one, _Alloc& __two, true_type)
476 { __one = std::move(__two); }
483 inline void __alloc_on_move(_Alloc& __one, _Alloc& __two)
487 __do_alloc_on_move(__one, __two, __pocma());
491 inline void __do_alloc_on_swap(_Alloc& __one, _Alloc& __two, true_type)
494 swap(__one, __two);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
allocator.h 160 _S_do_it(_Alloc& __one, _Alloc& __two)
163 if (__one != __two)
164 swap(__one, __two);
181 _S_do_it(const _Alloc& __one, const _Alloc& __two)
182 { return __one != __two; }
alloc_traits.h 451 __do_alloc_on_copy(_Alloc& __one, const _Alloc& __two, true_type)
452 { __one = __two; }
460 inline void __alloc_on_copy(_Alloc& __one, const _Alloc& __two)
464 __do_alloc_on_copy(__one, __two, __pocca());
475 inline void __do_alloc_on_move(_Alloc& __one, _Alloc& __two, true_type)
476 { __one = std::move(__two); }
483 inline void __alloc_on_move(_Alloc& __one, _Alloc& __two)
487 __do_alloc_on_move(__one, __two, __pocma());
491 inline void __do_alloc_on_swap(_Alloc& __one, _Alloc& __two, true_type)
494 swap(__one, __two);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
allocator.h 167 _S_do_it(_Alloc& __one, _Alloc& __two)
170 if (__one != __two)
171 swap(__one, __two);
188 _S_do_it(const _Alloc& __one, const _Alloc& __two)
189 { return __one != __two; }
alloc_traits.h 454 __do_alloc_on_copy(_Alloc& __one, const _Alloc& __two, true_type)
455 { __one = __two; }
463 inline void __alloc_on_copy(_Alloc& __one, const _Alloc& __two)
467 __do_alloc_on_copy(__one, __two, __pocca());
478 inline void __do_alloc_on_move(_Alloc& __one, _Alloc& __two, true_type)
479 { __one = std::move(__two); }
486 inline void __alloc_on_move(_Alloc& __one, _Alloc& __two)
490 __do_alloc_on_move(__one, __two, __pocma());
494 inline void __do_alloc_on_swap(_Alloc& __one, _Alloc& __two, true_type)
497 swap(__one, __two);
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-member-template.cpp 230 struct __two {char _; char __;}; struct in struct:rdar8986308::std::__has_rebind
231 template <class _Xp> static __two __test(...);

Completed in 986 milliseconds