HomeSort by relevance Sort by last modified time
    Searched refs:static_pointer_cast (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/
static_pointer_cast.pass.cpp 14 // template<class T, class U> shared_ptr<T> static_pointer_cast(const shared_ptr<U>& r);
47 std::shared_ptr<B> pB = std::static_pointer_cast<B>(pA);
53 std::shared_ptr<A> pB = std::static_pointer_cast<A>(pA);
59 std::shared_ptr<B> pB = std::static_pointer_cast<B>(pA);
65 std::shared_ptr<A> pB = std::static_pointer_cast<A>(pA);
Android.mk 19 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/static_pointer_cast
20 test_src := static_pointer_cast.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/
static_pointer_cast.pass.cpp 14 // template<class T, class U> shared_ptr<T> static_pointer_cast(const shared_ptr<U>& r);
47 std::shared_ptr<B> pB = std::static_pointer_cast<B>(pA);
53 std::shared_ptr<A> pB = std::static_pointer_cast<A>(pA);
59 std::shared_ptr<B> pB = std::static_pointer_cast<B>(pA);
65 std::shared_ptr<A> pB = std::static_pointer_cast<A>(pA);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedColor.h 73 return static_pointer_cast<SVGColorProperty>(base.release());
SVGBoolean.h 76 return static_pointer_cast<SVGBoolean>(base.release());
SVGInteger.h 74 return static_pointer_cast<SVGInteger>(base.release());
SVGIntegerOptionalInteger.h 75 return static_pointer_cast<SVGIntegerOptionalInteger>(base.release());
SVGNumber.h 79 return static_pointer_cast<SVGNumber>(base.release());
SVGNumberOptionalNumber.h 75 return static_pointer_cast<SVGNumberOptionalNumber>(base.release());
SVGPoint.h 91 return static_pointer_cast<SVGPoint>(base.release());
SVGString.h 93 return static_pointer_cast<SVGString>(base.release());
SVGAngle.h 124 return static_pointer_cast<SVGAngle>(base.release());
SVGEnumeration.cpp 46 return static_pointer_cast<SVGEnumerationBase>(base.release());
SVGLength.h 118 return static_pointer_cast<SVGLength>(base.release());
SVGPreserveAspectRatio.h 104 return static_pointer_cast<SVGPreserveAspectRatio>(base.release());
SVGRect.h 93 return static_pointer_cast<SVGRect>(base.release());
  /external/stlport/stlport/
memory 79 template<class T, class U> shared_ptr<T> static_pointer_cast(shared_ptr<U> const & r);
109 using ::boost::static_pointer_cast;
  /ndk/sources/cxx-stl/stlport/stlport/
memory 79 template<class T, class U> shared_ptr<T> static_pointer_cast(shared_ptr<U> const & r);
109 using ::boost::static_pointer_cast;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
memory 79 template<class T, class U> shared_ptr<T> static_pointer_cast(shared_ptr<U> const & r);
109 using ::boost::static_pointer_cast;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
memory 79 template<class T, class U> shared_ptr<T> static_pointer_cast(shared_ptr<U> const & r);
109 using ::boost::static_pointer_cast;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
memory 79 template<class T, class U> shared_ptr<T> static_pointer_cast(shared_ptr<U> const & r);
109 using ::boost::static_pointer_cast;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
memory 79 template<class T, class U> shared_ptr<T> static_pointer_cast(shared_ptr<U> const & r);
109 using ::boost::static_pointer_cast;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
memory 79 template<class T, class U> shared_ptr<T> static_pointer_cast(shared_ptr<U> const & r);
109 using ::boost::static_pointer_cast;
  /external/chromium_org/third_party/WebKit/Source/wtf/
PassOwnPtr.h 132 template<typename T, typename U> inline PassOwnPtr<T> static_pointer_cast(const PassOwnPtr<U>& p) function in namespace:WTF
148 using WTF::static_pointer_cast;
RawPtr.h 136 template<typename T, typename U> inline RawPtr<T> static_pointer_cast(const RawPtr<U>& p) function in namespace:WTF

Completed in 1206 milliseconds

1 2 3 4