Home
last modified time | relevance | path

Searched refs:weakPtr (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/decpp/
DdeSharedPtr.cpp367 WeakPtr<Object> weakPtr(ptr); in SharedPtr_selfTest() local
370 SharedPtr<Object> newRef(weakPtr); in SharedPtr_selfTest()
382 SharedPtr<Object> newRef(weakPtr); in SharedPtr_selfTest()
/third_party/node/tools/inspector_protocol/templates/
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…
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Ddispatch.h245 std::unique_ptr<WeakPtr> weakPtr();
Ddispatch.cc513 std::unique_ptr<DomainDispatcher::WeakPtr> DomainDispatcher::weakPtr() { in weakPtr() function in v8_crdtp::DomainDispatcher
/third_party/node/deps/v8/third_party/inspector_protocol/templates/
DTypeBuilder_cpp.template296 std::unique_ptr<DomainDispatcher::WeakPtr> weak = weakPtr();
346 …std::make_unique<{{command_name_title}}CallbackImpl>(weakPtr(), dispatchable.CallId(), dispatchabl…
/third_party/node/tools/inspector_protocol/lib/
DDispatcherBase_h.template99 std::unique_ptr<WeakPtr> weakPtr();
DDispatcherBase_cpp.template211 std::unique_ptr<DispatcherBase::WeakPtr> DispatcherBase::weakPtr()