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

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/
owner_before_shared_ptr.pass.cpp 14 // template <class U> bool owner_before(shared_ptr<U> const& b) const;
24 assert(!p1.owner_before(p2));
25 assert(!p2.owner_before(p1));
26 assert(p1.owner_before(p3) || p3.owner_before(p1));
27 assert(p3.owner_before(p1) == p3.owner_before(p2));
owner_before_weak_ptr.pass.cpp 14 // template <class U> bool owner_before(weak_ptr<U> const& b) const;
27 assert(!p1.owner_before(w2));
28 assert(!p2.owner_before(w1));
29 assert(p1.owner_before(w3) || p3.owner_before(w1));
30 assert(p3.owner_before(w1) == p3.owner_before(w2));
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
owner_before_shared_ptr.pass.cpp 14 // template<class U> bool owner_before(const shared_ptr<U>& b);
27 assert(!w1.owner_before(p2));
28 assert(!w2.owner_before(p1));
29 assert(w1.owner_before(p3) || w3.owner_before(p1));
30 assert(w3.owner_before(p1) == w3.owner_before(p2));
owner_before_weak_ptr.pass.cpp 14 // template<class U> bool owner_before(const weak_ptr<U>& b);
27 assert(!w1.owner_before(w2));
28 assert(!w2.owner_before(w1));
29 assert(w1.owner_before(w3) || w3.owner_before(w1));
30 assert(w3.owner_before(w1) == w3.owner_before(w2));
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.enab/
enable_shared_from_this.pass.cpp 41 assert(!p.owner_before(q) && !q.owner_before(p)); // p and q share ownership
47 assert(!p.owner_before(q) && !q.owner_before(p)); // p and q share ownership
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/
static_pointer_cast.pass.cpp 49 assert(!pB.owner_before(pA) && !pA.owner_before(pB));
55 assert(!pB.owner_before(pA) && !pA.owner_before(pB));
61 assert(!pB.owner_before(pA) && !pA.owner_before(pB));
67 assert(!pB.owner_before(pA) && !pA.owner_before(pB));
const_pointer_cast.pass.cpp 49 assert(!pB.owner_before(pA) && !pA.owner_before(pB));
55 assert(!pB.owner_before(pA) && !pA.owner_before(pB));
dynamic_pointer_cast.pass.cpp 49 assert(!pB.owner_before(pA) && !pA.owner_before(pB));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 844 owner_before(__shared_ptr<_Tp1, _Lp> const& __rhs) const function in class:__shared_ptr
849 owner_before(__weak_ptr<_Tp1, _Lp> const& __rhs) const function in class:__shared_ptr
1103 owner_before(const __shared_ptr<_Tp1, _Lp>& __rhs) const function in class:__weak_ptr
1108 owner_before(const __weak_ptr<_Tp1, _Lp>& __rhs) const function in class:__weak_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 972 owner_before(__shared_ptr<_Tp1, _Lp> const& __rhs) const function in class:__shared_ptr
977 owner_before(__weak_ptr<_Tp1, _Lp> const& __rhs) const function in class:__shared_ptr
1243 owner_before(const __shared_ptr<_Tp1, _Lp>& __rhs) const function in class:__weak_ptr
1248 owner_before(const __weak_ptr<_Tp1, _Lp>& __rhs) const function in class:__weak_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 972 owner_before(__shared_ptr<_Tp1, _Lp> const& __rhs) const function in class:__shared_ptr
977 owner_before(__weak_ptr<_Tp1, _Lp> const& __rhs) const function in class:__shared_ptr
1243 owner_before(const __shared_ptr<_Tp1, _Lp>& __rhs) const function in class:__weak_ptr
1248 owner_before(const __weak_ptr<_Tp1, _Lp>& __rhs) const function in class:__weak_ptr
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 844 owner_before(__shared_ptr<_Tp1, _Lp> const& __rhs) const function in class:__shared_ptr
849 owner_before(__weak_ptr<_Tp1, _Lp> const& __rhs) const function in class:__shared_ptr
1103 owner_before(const __shared_ptr<_Tp1, _Lp>& __rhs) const function in class:__weak_ptr
1108 owner_before(const __weak_ptr<_Tp1, _Lp>& __rhs) const function in class:__weak_ptr
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 844 owner_before(__shared_ptr<_Tp1, _Lp> const& __rhs) const function in class:__shared_ptr
849 owner_before(__weak_ptr<_Tp1, _Lp> const& __rhs) const function in class:__shared_ptr
1103 owner_before(const __shared_ptr<_Tp1, _Lp>& __rhs) const function in class:__weak_ptr
1108 owner_before(const __weak_ptr<_Tp1, _Lp>& __rhs) const function in class:__weak_ptr
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 844 owner_before(__shared_ptr<_Tp1, _Lp> const& __rhs) const function in class:__shared_ptr
849 owner_before(__weak_ptr<_Tp1, _Lp> const& __rhs) const function in class:__shared_ptr
1103 owner_before(const __shared_ptr<_Tp1, _Lp>& __rhs) const function in class:__weak_ptr
1108 owner_before(const __weak_ptr<_Tp1, _Lp>& __rhs) const function in class:__weak_ptr
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
shared_ptr.h 844 owner_before(__shared_ptr<_Tp1, _Lp> const& __rhs) const function in class:__shared_ptr
849 owner_before(__weak_ptr<_Tp1, _Lp> const& __rhs) const function in class:__shared_ptr
1093 owner_before(const __shared_ptr<_Tp1, _Lp>& __rhs) const function in class:__weak_ptr
1098 owner_before(const __weak_ptr<_Tp1, _Lp>& __rhs) const function in class:__weak_ptr
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 972 owner_before(__shared_ptr<_Tp1, _Lp> const& __rhs) const function in class:__shared_ptr
977 owner_before(__weak_ptr<_Tp1, _Lp> const& __rhs) const function in class:__shared_ptr
1243 owner_before(const __shared_ptr<_Tp1, _Lp>& __rhs) const function in class:__weak_ptr
1248 owner_before(const __weak_ptr<_Tp1, _Lp>& __rhs) const function in class:__weak_ptr
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 982 owner_before(__shared_ptr<_Tp1, _Lp> const& __rhs) const function in class:__shared_ptr
987 owner_before(__weak_ptr<_Tp1, _Lp> const& __rhs) const function in class:__shared_ptr
1321 owner_before(const __shared_ptr<_Tp1, _Lp>& __rhs) const function in class:__weak_ptr
1326 owner_before(const __weak_ptr<_Tp1, _Lp>& __rhs) const function in class:__weak_ptr
    [all...]

Completed in 201 milliseconds