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

  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/
dynamic_pointer_cast.pass.cpp 14 // template<class T, class U> shared_ptr<T> dynamic_pointer_cast(const shared_ptr<U>& r);
47 std::shared_ptr<A> pA = std::dynamic_pointer_cast<A>(pB);
53 std::shared_ptr<A> pA = std::dynamic_pointer_cast<A>(pB);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/
dynamic_pointer_cast.pass.cpp 14 // template<class T, class U> shared_ptr<T> dynamic_pointer_cast(const shared_ptr<U>& r);
47 std::shared_ptr<A> pA = std::dynamic_pointer_cast<A>(pB);
53 std::shared_ptr<A> pA = std::dynamic_pointer_cast<A>(pB);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/
dynamic_pointer_cast.pass.cpp 14 // template<class T, class U> shared_ptr<T> dynamic_pointer_cast(const shared_ptr<U>& r);
47 std::shared_ptr<A> pA = std::dynamic_pointer_cast<A>(pB);
53 std::shared_ptr<A> pA = std::dynamic_pointer_cast<A>(pB);
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/
memory 81 template<class T, class U> shared_ptr<T> dynamic_pointer_cast(shared_ptr<U> const & r);
110 using ::boost::dynamic_pointer_cast;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/
memory 81 template<class T, class U> shared_ptr<T> dynamic_pointer_cast(shared_ptr<U> const & r);
110 using ::boost::dynamic_pointer_cast;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/
memory 81 template<class T, class U> shared_ptr<T> dynamic_pointer_cast(shared_ptr<U> const & r);
110 using ::boost::dynamic_pointer_cast;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr.h 447 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) noexcept
shared_ptr_base.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr.h 447 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) noexcept
shared_ptr_base.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr.h 447 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) noexcept
shared_ptr_base.h     [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr.h 453 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) noexcept
shared_ptr_base.h     [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr.h 453 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) noexcept
shared_ptr_base.h     [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr.h 453 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) noexcept
shared_ptr_base.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 773 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) function in namespace:tr1
1066 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) function in namespace:tr1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 773 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) function in namespace:tr1
1066 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) function in namespace:tr1
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
shared_ptr.h 773 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) function in namespace:tr1
1066 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) function in namespace:tr1
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
shared_ptr.h 773 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) function in namespace:tr1
1066 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) function in namespace:tr1
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
shared_ptr.h 773 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) function in namespace:tr1
1066 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) function in namespace:tr1
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
shared_ptr.h 773 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) function in namespace:tr1
1066 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) function in namespace:tr1

Completed in 3279 milliseconds