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

1 2 3

  /external/libcxx/test/std/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);
  /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);
  /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/lldb/source/API/
SBTypeCategory.cpp 172 TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(children_sp);
236 ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp);
253 TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(children_sp);
288 ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp);
  /external/protobuf/src/google/protobuf/stubs/
shared_ptr.h 62 using std::static_pointer_cast;
247 // that supporting static_pointer_cast is sufficient.
273 friend shared_ptr<U> static_pointer_cast(const shared_ptr<V>& rhs);
283 shared_ptr<T> static_pointer_cast(const shared_ptr<U>& rhs) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_grep_matcher.tcc 110 : _M_nfa(static_pointer_cast<_Nfa>(__nfa)), _M_pattern(__p), _M_results(__r)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_grep_matcher.tcc 110 : _M_nfa(static_pointer_cast<_Nfa>(__nfa)), _M_pattern(__p), _M_results(__r)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_grep_matcher.tcc 110 : _M_nfa(static_pointer_cast<_Nfa>(__nfa)), _M_pattern(__p), _M_results(__r)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_grep_matcher.tcc 110 : _M_nfa(static_pointer_cast<_Nfa>(__nfa)), _M_pattern(__p), _M_results(__r)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_grep_matcher.tcc 110 : _M_nfa(static_pointer_cast<_Nfa>(__nfa)), _M_pattern(__p), _M_results(__r)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_grep_matcher.tcc 110 : _M_nfa(static_pointer_cast<_Nfa>(__nfa)), _M_pattern(__p), _M_results(__r)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_grep_matcher.tcc 110 : _M_nfa(static_pointer_cast<_Nfa>(__nfa)), _M_pattern(__p), _M_results(__r)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_grep_matcher.tcc 110 : _M_nfa(static_pointer_cast<_Nfa>(__nfa)), _M_pattern(__p), _M_results(__r)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 753 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) function in namespace:tr1
1056 static_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 753 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) function in namespace:tr1
1056 static_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 753 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) function in namespace:tr1
1056 static_pointer_cast(const shared_ptr<_Tp1>& __r) function in namespace:tr1
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 605 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) function in namespace:std::tr1
903 static_pointer_cast(const shared_ptr<_Tp1>& __r) function in namespace:std::tr1
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 605 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) function in namespace:std::tr1
903 static_pointer_cast(const shared_ptr<_Tp1>& __r) function in namespace:std::tr1
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 605 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) function in namespace:std::tr1
903 static_pointer_cast(const shared_ptr<_Tp1>& __r) function in namespace:std::tr1
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
shared_ptr.h 605 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) function in namespace:std::tr1
903 static_pointer_cast(const shared_ptr<_Tp1>& __r) function in namespace:std::tr1

Completed in 3670 milliseconds

1 2 3