HomeSort by relevance Sort by last modified time
    Searched full:weak_ptr (Results 76 - 100 of 270) sorted by null

1 2 34 5 6 7 8 91011

  /external/libchrome/base/memory/
weak_ptr.h 241 // Allow conditionals to test validity, e.g. if (weak_ptr) {...};
262 bool operator!=(const WeakPtr<T>& weak_ptr, std::nullptr_t) {
263 return !(weak_ptr == nullptr);
266 bool operator!=(std::nullptr_t, const WeakPtr<T>& weak_ptr) {
267 return weak_ptr != nullptr;
270 bool operator==(const WeakPtr<T>& weak_ptr, std::nullptr_t) {
271 return weak_ptr.get() == nullptr;
274 bool operator==(std::nullptr_t, const WeakPtr<T>& weak_ptr) {
275 return weak_ptr == nullptr;
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.enab/
enable_shared_from_this.pass.cpp 21 // weak_ptr<T> weak_from_this() noexcept; // C++17
22 // weak_ptr<T const> weak_from_this() const noexecpt; // C++17
125 std::weak_ptr<T> weak;
158 std::weak_ptr<T> my_weak = ptr->weak_from_this();
161 std::weak_ptr<T const> my_const_weak = cptr->weak_from_this();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr.h 1 // shared_ptr and weak_ptr implementation -*- C++ -*-
34 // weak_ptr.hpp
242 * @param __r A weak_ptr.
248 explicit shared_ptr(const weak_ptr<_Tp1>& __r)
461 class weak_ptr : public __weak_ptr<_Tp> class in inherits:__weak_ptr
464 constexpr weak_ptr() noexcept
469 weak_ptr(const weak_ptr<_Tp1>& __r) noexcept
474 weak_ptr(const shared_ptr<_Tp1>& __r) noexcept
478 weak_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr.h 1 // shared_ptr and weak_ptr implementation -*- C++ -*-
34 // weak_ptr.hpp
242 * @param __r A weak_ptr.
248 explicit shared_ptr(const weak_ptr<_Tp1>& __r)
461 class weak_ptr : public __weak_ptr<_Tp> class in inherits:__weak_ptr
464 constexpr weak_ptr() noexcept
469 weak_ptr(const weak_ptr<_Tp1>& __r) noexcept
474 weak_ptr(const shared_ptr<_Tp1>& __r) noexcept
478 weak_ptr
    [all...]
  /external/libbrillo/brillo/dbus/
exported_object_manager.h 13 #include <base/memory/weak_ptr.h>
124 std::weak_ptr<SignalInterfacesAdded> signal_itf_added_;
125 std::weak_ptr<SignalInterfacesRemoved> signal_itf_removed_;
  /hardware/interfaces/wifi/1.2/default/
wifi_chip.h 53 const std::weak_ptr<legacy_hal::WifiLegacyHal> legacy_hal,
54 const std::weak_ptr<mode_controller::WifiModeController>
56 const std::weak_ptr<feature_flags::WifiFeatureFlags> feature_flags);
222 std::weak_ptr<legacy_hal::WifiLegacyHal> legacy_hal_;
223 std::weak_ptr<mode_controller::WifiModeController> mode_controller_;
224 std::weak_ptr<feature_flags::WifiFeatureFlags> feature_flags_;
wifi_rtt_controller.h 40 const std::weak_ptr<legacy_hal::WifiLegacyHal> legacy_hal);
92 std::weak_ptr<legacy_hal::WifiLegacyHal> legacy_hal_;
  /external/pdfium/core/fpdfapi/font/
cpdf_fontencoding.h 14 #include "core/fxcrt/weak_ptr.h"
  /external/pdfium/core/fpdfapi/page/
cpdf_streamparser.h 18 #include "core/fxcrt/weak_ptr.h"
  /external/pdfium/core/fpdfapi/parser/
cpdf_name.h 14 #include "core/fxcrt/weak_ptr.h"
cpdf_string.h 16 #include "core/fxcrt/weak_ptr.h"
  /external/pdfium/core/fpdfdoc/
cpdf_filespec.h 13 #include "core/fxcrt/weak_ptr.h"
  /frameworks/native/services/vr/bufferhubd/
consumer_channel.h 47 std::weak_ptr<Channel> producer_;
  /hardware/libhardware/modules/sensors/dynamic_sensor/
Utils.h 31 #define WP(a) std::weak_ptr<a>
  /prebuilts/gdb/darwin-x86/share/pretty-printers/stlport/test/
test.cpp 169 STD_TR1::weak_ptr<Large> weak_ptr1( shared_ptr1);
170 STD_TR1::weak_ptr<Large> weak_ptr2;
175 std::string weak_ptr1 = "std::tr1::weak_ptr not supported";
176 std::string weak_ptr2 = "std::tr1::weak_ptr not supported";
  /prebuilts/gdb/linux-x86/share/pretty-printers/stlport/test/
test.cpp 169 STD_TR1::weak_ptr<Large> weak_ptr1( shared_ptr1);
170 STD_TR1::weak_ptr<Large> weak_ptr2;
175 std::string weak_ptr1 = "std::tr1::weak_ptr not supported";
176 std::string weak_ptr2 = "std::tr1::weak_ptr not supported";
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/
test.cpp 169 STD_TR1::weak_ptr<Large> weak_ptr1( shared_ptr1);
170 STD_TR1::weak_ptr<Large> weak_ptr2;
175 std::string weak_ptr1 = "std::tr1::weak_ptr not supported";
176 std::string weak_ptr2 = "std::tr1::weak_ptr not supported";
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/
test.cpp 169 STD_TR1::weak_ptr<Large> weak_ptr1( shared_ptr1);
170 STD_TR1::weak_ptr<Large> weak_ptr2;
175 std::string weak_ptr1 = "std::tr1::weak_ptr not supported";
176 std::string weak_ptr2 = "std::tr1::weak_ptr not supported";
  /system/connectivity/wificond/tests/
mock_offload_service_utils.h 49 std::weak_ptr<OffloadServiceUtils> service_utils,
  /external/v4l2_codec2/cmds/
codec2.cpp 76 void onWorkDone(std::weak_ptr<C2Component> component,
78 void onTripped(std::weak_ptr<C2Component> component,
80 void onError(std::weak_ptr<C2Component> component, uint32_t errorCode);
118 virtual void onWorkDone_nb(std::weak_ptr<C2Component> component,
124 std::weak_ptr<C2Component> component,
129 virtual void onError_nb(std::weak_ptr<C2Component> component, uint32_t errorCode) override {
165 void SimplePlayer::onWorkDone(std::weak_ptr<C2Component> component,
175 void SimplePlayer::onTripped(std::weak_ptr<C2Component> component,
182 void SimplePlayer::onError(std::weak_ptr<C2Component> component, uint32_t errorCode) {
  /hardware/google/av/media/codecs/cmds/
codec2.cpp 81 void onWorkDone(std::weak_ptr<C2Component> component,
83 void onTripped(std::weak_ptr<C2Component> component,
85 void onError(std::weak_ptr<C2Component> component, uint32_t errorCode);
120 virtual void onWorkDone_nb(std::weak_ptr<C2Component> component,
125 virtual void onTripped_nb(std::weak_ptr<C2Component> component,
130 virtual void onError_nb(std::weak_ptr<C2Component> component,
176 std::weak_ptr<C2Component> component, std::list<std::unique_ptr<C2Work>> workItems) {
187 std::weak_ptr<C2Component> component,
194 void SimplePlayer::onError(std::weak_ptr<C2Component> component, uint32_t errorCode) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 32 // weak_ptr.hpp
506 class weak_ptr;
932 // 2.2.4.7 weak_ptr specialized algorithms.
1007 shared_ptr(const weak_ptr<_Tp1>& __r)
1070 // The actual weak_ptr, with forwarding constructors and
1073 class weak_ptr class in namespace:tr1
1077 weak_ptr() function in class:tr1::weak_ptr
1081 weak_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::weak_ptr
1085 weak_ptr(const shared_ptr<_Tp1>& __r function in class:tr1::weak_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
shared_ptr.h 32 // weak_ptr.hpp
506 class weak_ptr;
932 // 2.2.4.7 weak_ptr specialized algorithms.
1007 shared_ptr(const weak_ptr<_Tp1>& __r)
1070 // The actual weak_ptr, with forwarding constructors and
1073 class weak_ptr class in namespace:tr1
1077 weak_ptr() function in class:tr1::weak_ptr
1081 weak_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::weak_ptr
1085 weak_ptr(const shared_ptr<_Tp1>& __r function in class:tr1::weak_ptr
    [all...]
  /external/libcxx/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
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidTree.h 52 // get parent (nullptr if it is root node or if lock weak_ptr failed)
77 std::weak_ptr<HidTreeNode> mParent;

Completed in 1213 milliseconds

1 2 34 5 6 7 8 91011