HomeSort by relevance Sort by last modified time
    Searched refs:__b (Results 126 - 150 of 287) sorted by null

1 2 3 4 56 7 8 91011>>

  /ndk/sources/cxx-stl/gabi++/include/
stl_pair.h 71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
  /ndk/sources/cxx-stl/system/include/
stl_pair.h 71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stl_pair.h 71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stl_pair.h 71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stl_pair.h 71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stl_pair.h 71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stl_pair.h 71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stl_pair.h 71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
stl_pair.h 71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
stl_pair.h 71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
stl_pair.h 71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
stl_pair.h 71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
stl_pair.h 71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
stl_pair.h 71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
  /external/stlport/stlport/stl/
concept_checks.h 382 const _Type& __b) {
383 _Type __c(__b);
389 const _Type& __b) {
390 __a = __b;
395 __less_than_comparable_requirement_violation(_Type __a, _Type __b) {
396 if (__a < __b || __a > __b || __a <= __b || __a >= __b) return __a;
397 return __b;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 382 const _Type& __b) {
383 _Type __c(__b);
389 const _Type& __b) {
390 __a = __b;
395 __less_than_comparable_requirement_violation(_Type __a, _Type __b) {
396 if (__a < __b || __a > __b || __a <= __b || __a >= __b) return __a;
397 return __b;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 382 const _Type& __b) {
383 _Type __c(__b);
389 const _Type& __b) {
390 __a = __b;
395 __less_than_comparable_requirement_violation(_Type __a, _Type __b) {
396 if (__a < __b || __a > __b || __a <= __b || __a >= __b) return __a;
397 return __b;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 382 const _Type& __b) {
383 _Type __c(__b);
389 const _Type& __b) {
390 __a = __b;
395 __less_than_comparable_requirement_violation(_Type __a, _Type __b) {
396 if (__a < __b || __a > __b || __a <= __b || __a >= __b) return __a;
397 return __b;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 382 const _Type& __b) {
383 _Type __c(__b);
389 const _Type& __b) {
390 __a = __b;
395 __less_than_comparable_requirement_violation(_Type __a, _Type __b) {
396 if (__a < __b || __a > __b || __a <= __b || __a >= __b) return __a;
397 return __b;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 382 const _Type& __b) {
383 _Type __c(__b);
389 const _Type& __b) {
390 __a = __b;
395 __less_than_comparable_requirement_violation(_Type __a, _Type __b) {
396 if (__a < __b || __a > __b || __a <= __b || __a >= __b) return __a;
397 return __b;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
shared_ptr.h 195 operator==(const __shared_count& __a, const __shared_count& __b)
196 { return __a._M_pi == __b._M_pi; }
199 operator<(const __shared_count& __a, const __shared_count& __b)
200 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); }
278 operator==(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b)
279 { return __a._M_pi == __b._M_pi; }
282 operator<(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b)
283 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); }
574 operator==(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b)
575 { return __a.get() == __b.get();
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 390 operator==(const __shared_count& __a, const __shared_count& __b)
391 { return __a._M_pi == __b._M_pi; }
394 operator<(const __shared_count& __a, const __shared_count& __b)
395 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); }
473 operator==(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b)
474 { return __a._M_pi == __b._M_pi; }
477 operator<(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b)
478 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); }
729 operator==(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b)
730 { return __a.get() == __b.get();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 390 operator==(const __shared_count& __a, const __shared_count& __b)
391 { return __a._M_pi == __b._M_pi; }
394 operator<(const __shared_count& __a, const __shared_count& __b)
395 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); }
473 operator==(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b)
474 { return __a._M_pi == __b._M_pi; }
477 operator<(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b)
478 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); }
729 operator==(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b)
730 { return __a.get() == __b.get();
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 195 operator==(const __shared_count& __a, const __shared_count& __b)
196 { return __a._M_pi == __b._M_pi; }
199 operator<(const __shared_count& __a, const __shared_count& __b)
200 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); }
278 operator==(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b)
279 { return __a._M_pi == __b._M_pi; }
282 operator<(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b)
283 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); }
574 operator==(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b)
575 { return __a.get() == __b.get();
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 195 operator==(const __shared_count& __a, const __shared_count& __b)
196 { return __a._M_pi == __b._M_pi; }
199 operator<(const __shared_count& __a, const __shared_count& __b)
200 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); }
278 operator==(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b)
279 { return __a._M_pi == __b._M_pi; }
282 operator<(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b)
283 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); }
574 operator==(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b)
575 { return __a.get() == __b.get();
    [all...]

Completed in 1579 milliseconds

1 2 3 4 56 7 8 91011>>