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

1 2

  /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/current/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;
  /system/bt/service/ipc/binder/
bluetooth_gatt_client_binder_server.cpp 64 return std::static_pointer_cast<bluetooth::GattClient>(
bluetooth_gatt_server_binder_server.cpp 279 return std::static_pointer_cast<bluetooth::GattServer>(
bluetooth_low_energy_binder_server.cpp 276 return std::static_pointer_cast<bluetooth::LowEnergyClient>(
  /external/libbrillo/brillo/http/
http_connection_fake.cc 65 auto connection = std::static_pointer_cast<Connection>(shared_from_this());
http_transport_curl.cc 229 std::static_pointer_cast<Connection>(curl_connection->shared_from_this());
  /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/tools/darwin-x86_64/protoc/include/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)
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/
regex_grep_matcher.tcc 110 : _M_nfa(static_pointer_cast<_Nfa>(__nfa)), _M_pattern(__p), _M_results(__r)
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/
regex_grep_matcher.tcc 110 : _M_nfa(static_pointer_cast<_Nfa>(__nfa)), _M_pattern(__p), _M_results(__r)
shared_ptr_base.h     [all...]
  /system/bt/service/test/
gatt_client_unittest.cpp 71 std::static_pointer_cast<
low_energy_client_unittest.cpp 170 std::static_pointer_cast<
696 mock_handler_ = std::static_pointer_cast<MockGattHandler>(adv_handler);
    [all...]
  /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/current/sources/cxx-stl/gnu-libstdc++/4.9/include/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
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_ptr.hpp 521 template<class T, class U> shared_ptr<T> static_pointer_cast(shared_ptr<U> const & r) function in namespace:boost
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h     [all...]

Completed in 910 milliseconds

1 2