Home
last modified time | relevance | path

Searched refs:weakPtr (Results 26 – 50 of 58) sorted by relevance

123

/dports/lang/v8/v8-9.6.180.12/third_party/inspector_protocol/crdtp/
H A Ddispatch.h245 std::unique_ptr<WeakPtr> weakPtr();
H A Ddispatch.cc513 std::unique_ptr<DomainDispatcher::WeakPtr> DomainDispatcher::weakPtr() { in weakPtr() function in v8_crdtp::DomainDispatcher
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/third_party/inspector_protocol/crdtp/
H A Ddispatch.h245 std::unique_ptr<WeakPtr> weakPtr();
H A Ddispatch.cc513 std::unique_ptr<DomainDispatcher::WeakPtr> DomainDispatcher::weakPtr() { in weakPtr() function in v8_crdtp::DomainDispatcher
/dports/www/node10/node-v10.24.1/tools/inspector_protocol/templates/
H A DTypeBuilder_cpp.template348 std::unique_ptr<DispatcherBase::WeakPtr> weak = weakPtr();
388 std::unique_ptr<DispatcherBase::WeakPtr> weak = weakPtr();
389 …}CallbackImpl> callback(new {{command.name | to_title_case}}CallbackImpl(weakPtr(), callId, method…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/inspector_protocol/crdtp/
H A Ddispatch.h242 std::unique_ptr<WeakPtr> weakPtr();
H A Ddispatch.cc485 std::unique_ptr<DomainDispatcher::WeakPtr> DomainDispatcher::weakPtr() { in weakPtr() function in crdtp::DomainDispatcher
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/inspector_protocol/crdtp/
H A Ddispatch.h245 std::unique_ptr<WeakPtr> weakPtr();
H A Ddispatch.cc513 std::unique_ptr<DomainDispatcher::WeakPtr> DomainDispatcher::weakPtr() { in weakPtr() function in crdtp::DomainDispatcher
/dports/www/node10/node-v10.24.1/deps/v8/third_party/inspector_protocol/lib/
H A DDispatcherBase_h.template96 std::unique_ptr<WeakPtr> weakPtr();
H A DDispatcherBase_cpp.template213 std::unique_ptr<DispatcherBase::WeakPtr> DispatcherBase::weakPtr()
/dports/www/node10/node-v10.24.1/tools/inspector_protocol/lib/
H A DDispatcherBase_h.template99 std::unique_ptr<WeakPtr> weakPtr();
H A DDispatcherBase_cpp.template211 std::unique_ptr<DispatcherBase::WeakPtr> DispatcherBase::weakPtr()
/dports/lang/v8/v8-9.6.180.12/third_party/inspector_protocol/templates/
H A DTypeBuilder_cpp.template296 std::unique_ptr<DomainDispatcher::WeakPtr> weak = weakPtr();
346 …std::make_unique<{{command_name_title}}CallbackImpl>(weakPtr(), dispatchable.CallId(), dispatchabl…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/inspector_protocol/templates/
H A DTypeBuilder_cpp.template296 std::unique_ptr<DomainDispatcher::WeakPtr> weak = weakPtr();
346 …std::make_unique<{{command_name_title}}CallbackImpl>(weakPtr(), dispatchable.CallId(), dispatchabl…
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/third_party/inspector_protocol/templates/
H A DTypeBuilder_cpp.template296 std::unique_ptr<DomainDispatcher::WeakPtr> weak = weakPtr();
346 …std::make_unique<{{command_name_title}}CallbackImpl>(weakPtr(), dispatchable.CallId(), dispatchabl…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/third_party/inspector_protocol/templates/
H A DTypeBuilder_cpp.template344 std::unique_ptr<DomainDispatcher::WeakPtr> weak = weakPtr();
395 …std::make_unique<{{command_name_title}}CallbackImpl>(weakPtr(), dispatchable.CallId(), dispatchabl…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/inspector_protocol/templates/
H A DTypeBuilder_cpp.template344 std::unique_ptr<DomainDispatcher::WeakPtr> weak = weakPtr();
395 …std::make_unique<{{command_name_title}}CallbackImpl>(weakPtr(), dispatchable.CallId(), dispatchabl…
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DCustomElementRegistry.cpp427 nsWeakPtr weakPtr = do_GetWeakReference(aElement); in UnregisterUnresolvedElement() local
429 weak == weakPtr.get(), in UnregisterUnresolvedElement()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DCustomElementRegistry.cpp419 nsWeakPtr weakPtr = do_GetWeakReference(aElement); in UnregisterUnresolvedElement() local
421 weak == weakPtr.get(), in UnregisterUnresolvedElement()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/quantities/
H A DStorage.cpp359 for (const WeakPtr<Storage>& weakPtr : storage.dependent) { in addDependent() local
360 if (SharedPtr<Storage> ptr = weakPtr.lock()) { in addDependent()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DCustomElementRegistry.cpp427 nsWeakPtr weakPtr = do_GetWeakReference(aElement); in UnregisterUnresolvedElement() local
429 weak == weakPtr.get(), in UnregisterUnresolvedElement()
/dports/www/firefox/firefox-99.0/dom/base/
H A DCustomElementRegistry.cpp550 nsWeakPtr weakPtr = do_GetWeakReference(aElement); in UnregisterUnresolvedElement() local
552 weak == weakPtr.get(), in UnregisterUnresolvedElement()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/third_party/inspector_protocol/crdtp/
H A Ddispatch.cc485 std::unique_ptr<DomainDispatcher::WeakPtr> DomainDispatcher::weakPtr() { in weakPtr() function in v8_crdtp::DomainDispatcher
/dports/www/firefox-esr/firefox-91.8.0/docshell/shistory/
H A DnsSHistory.cpp125 for (const nsWeakPtr& weakPtr : mListeners.EndLimitedRange()) { \
126 nsCOMPtr<nsISHistoryListener> listener = do_QueryReferent(weakPtr); \

123