/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/memory/util.smartptr/ |
race_condition.pass.cpp | 25 typedef std::weak_ptr<int> WeakPtr; 68 // Check use_count on the weak_ptr
|
/external/compiler-rt/test/tsan/Darwin/ |
libcxx-shared-ptr-stress.mm | 40 std::weak_ptr<MyStruct> weak(shared);
|
/external/libbrillo/brillo/dbus/ |
dbus_service_watcher.h | 13 #include <base/memory/weak_ptr.h>
|
/external/libchrome/base/memory/ |
weak_ptr.cc | 5 #include "base/memory/weak_ptr.h"
|
/external/libchrome/base/trace_event/ |
trace_event_system_stats_monitor.h | 12 #include "base/memory/weak_ptr.h"
|
/external/libcxx/benchmarks/ |
util_smartptr.bench.cpp | 36 std::weak_ptr<int> wp(sp);
|
/external/libmojo/mojo/edk/js/ |
waiting_callback.h | 9 #include "base/memory/weak_ptr.h"
|
/external/pdfium/core/fpdfapi/parser/ |
cpdf_syntax_parser.h | 15 #include "core/fxcrt/weak_ptr.h"
|
cpdf_indirect_object_holder.h | 19 #include "core/fxcrt/weak_ptr.h"
|
/external/perfetto/src/base/ |
weak_ptr_unittest.cc | 17 #include "perfetto/base/weak_ptr.h"
|
/external/perfetto/src/traced/probes/filesystem/ |
file_scanner.h | 25 #include "perfetto/base/weak_ptr.h"
|
/frameworks/av/media/libstagefright/foundation/tests/ |
AData_test.cpp | 96 std::weak_ptr<EventCounter> weak(copy); 129 static_assert(is_copy_assignable<weak_ptr<DerivedCounter>>::value, ""); 130 static_assert(is_copy_constructible<weak_ptr<DerivedCounter>>::value, ""); 131 static_assert(is_default_constructible<weak_ptr<DerivedCounter>>::value, ""); 154 static_assert(is_convertible<weak_ptr<DerivedCounter>, weak_ptr<EventCounter>>::value, ""); 155 static_assert(!is_convertible<weak_ptr<EventCounter>, weak_ptr<DerivedCounter>>::value, ""); 157 static_assert(is_convertible<shared_ptr<DerivedCounter>, weak_ptr<EventCounter>>::value, ""); 158 static_assert(!is_convertible<weak_ptr<DerivedCounter>, shared_ptr<EventCounter>>::value, "") [all...] |
/hardware/interfaces/wifi/1.2/default/ |
wifi_p2p_iface.cpp | 32 const std::weak_ptr<legacy_hal::WifiLegacyHal> legacy_hal)
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/benchmarks/ |
util_smartptr.bench.cpp | 36 std::weak_ptr<int> wp(sp);
|
/system/connectivity/wificond/scanning/offload/ |
offload_service_utils.cpp | 58 std::weak_ptr<OffloadServiceUtils> service_utils,
|
offload_service_utils.h | 62 std::weak_ptr<OffloadServiceUtils> service_utils,
|
/system/connectivity/wificond/tests/ |
mock_offload_scan_manager.h | 31 std::weak_ptr<OffloadServiceUtils> service_utils,
|
/system/tpm/trunks/ |
trunks_dbus_proxy.h | 22 #include <base/memory/weak_ptr.h>
|
trunks_dbus_service.h | 23 #include <base/memory/weak_ptr.h>
|
/system/update_engine/ |
chrome_browser_proxy_resolver.h | 25 #include <base/memory/weak_ptr.h>
|
/external/libmojo/mojo/public/cpp/bindings/ |
interface_ptr_set.h | 12 #include "base/memory/weak_ptr.h"
|
/external/perfetto/include/perfetto/ipc/ |
client.h | 24 #include "perfetto/base/weak_ptr.h"
|
service_proxy.h | 29 #include "perfetto/base/weak_ptr.h"
|
/external/perfetto/src/traced/probes/ |
process_stats_data_source.h | 24 #include "perfetto/base/weak_ptr.h"
|
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/ |
client.h | 244 const std::weak_ptr<Component>& comp, 248 const std::weak_ptr<Component>& comp, 253 const std::weak_ptr<Component>& comp, 257 const std::weak_ptr<Component>& comp) = 0;
|