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

1 2

  /ndk/sources/cxx-stl/llvm-libc++/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/webkit/Source/WebCore/wml/
WMLIntrinsicEvent.cpp 37 return static_pointer_cast<WMLTaskElement>(WMLElementFactory::createWMLElement(goTag, document, false));
  /external/webkit/Source/WebCore/fileapi/
DirectoryEntrySync.cpp 62 return static_pointer_cast<FileEntrySync>(helper.getResult(ec));
73 return static_pointer_cast<DirectoryEntrySync>(helper.getResult(ec));
  /external/webkit/Source/WebCore/svg/properties/
SVGAnimatedPathSegListPropertyTearOff.h 51 return static_pointer_cast<SVGPathSegListPropertyTearOff>(m_baseVal)->removeItemFromList(segment, shouldSynchronizeWrappers);
SVGAnimatedProperty.h 74 return static_pointer_cast<TearOffType>(wrapper).release();
81 return static_pointer_cast<TearOffType>(animatedPropertyCache()->get(key)).get();
SVGAnimatedListPropertyTearOff.h 60 return static_pointer_cast<SVGListPropertyTearOff<PropertyType> >(m_baseVal)->removeItemFromList(static_cast<ListItemTearOff*>(property), shouldSynchronizeWrappers);
  /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;
  /external/webkit/Source/WebCore/svg/
SVGDocument.cpp 55 RefPtr<SVGZoomEvent> event = static_pointer_cast<SVGZoomEvent>(createEvent("SVGZoomEvents", ec));
SVGElement.cpp 321 currentTarget = (parent && parent->isSVGElement()) ? static_pointer_cast<SVGElement>(parent) : RefPtr<SVGElement>();
  /external/webkit/Source/JavaScriptCore/wtf/
PassOwnArrayPtr.h 205 template<typename T, typename U> inline PassOwnArrayPtr<T> static_pointer_cast(const PassOwnArrayPtr<U>& p) function in namespace:WTF
225 using WTF::static_pointer_cast;
PassOwnPtr.h 196 template<typename T, typename U> inline PassOwnPtr<T> static_pointer_cast(const PassOwnPtr<U>& p) function in namespace:WTF
216 using WTF::static_pointer_cast;
RefPtr.h 211 template<typename T, typename U> inline RefPtr<T> static_pointer_cast(const RefPtr<U>& p) function in namespace:WTF
229 using WTF::static_pointer_cast;
PassRefPtr.h 283 template<typename T, typename U> inline PassRefPtr<T> static_pointer_cast(const PassRefPtr<U>& p) function in namespace:WTF
310 using WTF::static_pointer_cast;
  /external/webkit/Source/WebCore/bindings/js/
JSCSSStyleDeclarationCustom.cpp 164 return jsNumber(static_pointer_cast<CSSPrimitiveValue>(v)->getFloatValue(CSSPrimitiveValue::CSS_PX));
  /external/webkit/Source/JavaScriptCore/wtf/gobject/
GRefPtr.h 182 template <typename T, typename U> inline GRefPtr<T> static_pointer_cast(const GRefPtr<U>& p) function in namespace:WTF
  /external/webkit/Source/WebCore/dom/
Element.cpp     [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLConstructionSite.cpp 280 RefPtr<HTMLFormElement> form = static_pointer_cast<HTMLFormElement>(element.release());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr.h 374 static_pointer_cast(const shared_ptr<_Tp1>& __r) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
shared_ptr.h 374 static_pointer_cast(const shared_ptr<_Tp1>& __r) function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr.h 374 static_pointer_cast(const shared_ptr<_Tp1>& __r) function

Completed in 741 milliseconds

1 2