OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static_pointer_cast
(Results
1 - 25
of
90
) sorted by null
1
2
3
4
/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);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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);
/frameworks/native/libs/vr/libvrflinger/
vsync_service.cpp
61
auto client = std::
static_pointer_cast
<VSyncChannel>(channel);
138
auto client = std::
static_pointer_cast
<VSyncChannel>(message.GetChannel());
148
auto client = std::
static_pointer_cast
<VSyncChannel>(message.GetChannel());
185
auto client = std::
static_pointer_cast
<VSyncChannel>(message.GetChannel());
display_service.cpp
117
if (auto surface = std::
static_pointer_cast
<DisplaySurface>(channel)) {
317
auto surface = std::
static_pointer_cast
<DisplaySurface>(message.GetChannel());
329
return std::
static_pointer_cast
<DisplaySurface>(GetChannel(surface_id));
346
std::
static_pointer_cast
<DirectDisplaySurface>(surface));
display_manager_service.cpp
77
auto channel = std::
static_pointer_cast
<DisplayManager>(message.GetChannel());
121
std::
static_pointer_cast
<ApplicationDisplaySurface>(surface)->GetQueue(
display_service.h
53
auto surface = std::
static_pointer_cast
<DisplaySurface>(pair.second);
vr_flinger.cpp
94
std::
static_pointer_cast
<android::dvr::VSyncService>(service),
display_surface.h
64
return std::
static_pointer_cast
<T>(shared_from_this());
/system/bt/service/ipc/binder/
bluetooth_gatt_client_binder_server.cc
71
return std::
static_pointer_cast
<bluetooth::GattClient>(
bluetooth_le_scanner_binder_server.cc
128
return std::
static_pointer_cast
<bluetooth::LowEnergyScanner>(
/hardware/google/av/media/codecs/vpx/
C2SoftVp8Enc.cpp
72
: mHelper(std::
static_pointer_cast
<C2ReflectorHelper>(
C2SoftVp9Enc.cpp
102
: mHelper(std::
static_pointer_cast
<C2ReflectorHelper>(
/external/libbrillo/brillo/http/
http_connection_fake.cc
65
auto connection = std::
static_pointer_cast
<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) {
/frameworks/native/services/vr/bufferhubd/
consumer_queue_channel.cpp
66
return std::
static_pointer_cast
<ProducerQueueChannel>(producer_.lock());
consumer_channel.cpp
53
return std::
static_pointer_cast
<ProducerChannel>(producer_.lock());
/hardware/google/av/codec2/vndk/platform/
C2BqBuffer.cpp
77
std::
static_pointer_cast
<C2BufferQueueBlockPoolData>(data);
96
std::
static_pointer_cast
<C2BufferQueueBlockPoolData>(data);
110
std::
static_pointer_cast
<C2BufferQueueBlockPoolData>(data);
125
std::
static_pointer_cast
<C2BufferQueueBlockPoolData>(data);
/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) {
/system/bt/service/test/
gatt_client_unittest.cc
57
std::
static_pointer_cast
<
/frameworks/native/libs/vr/libpdx/private/pdx/
service.h
244
*channel = std::
static_pointer_cast
<C>(base_pointer);
255
*channel = std::
static_pointer_cast
<C>(base_pointer);
312
return std::
static_pointer_cast
<C>(GetChannel());
429
items.push_back(std::
static_pointer_cast
<C>(pair.second));
509
*channel = std::
static_pointer_cast
<C>(base_pointer);
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidParser.cpp
146
std::
static_pointer_cast
<HidReportNode>(node->getChildren().front());
184
std::
static_pointer_cast
<HidReportNode>(i)->getReport();
/hardware/google/av/codec2/hidl/1.0/utils/
InputSurface.cpp
296
std::
static_pointer_cast
<C2ReflectorHelper>(store->mParamReflector))),
/hardware/google/av/media/codecs/raw/
C2SoftRawDec.cpp
171
C2SoftRawDecFactory() : mHelper(std::
static_pointer_cast
<C2ReflectorHelper>(
/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)
Completed in 1009 milliseconds
1
2
3
4