Searched refs:weakPtr (Results 1 – 7 of 7) sorted by relevance
367 WeakPtr<Object> weakPtr(ptr); in SharedPtr_selfTest() local370 SharedPtr<Object> newRef(weakPtr); in SharedPtr_selfTest()382 SharedPtr<Object> newRef(weakPtr); in SharedPtr_selfTest()
348 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…
245 std::unique_ptr<WeakPtr> weakPtr();
513 std::unique_ptr<DomainDispatcher::WeakPtr> DomainDispatcher::weakPtr() { in weakPtr() function in v8_crdtp::DomainDispatcher
296 std::unique_ptr<DomainDispatcher::WeakPtr> weak = weakPtr();346 …std::make_unique<{{command_name_title}}CallbackImpl>(weakPtr(), dispatchable.CallId(), dispatchabl…
99 std::unique_ptr<WeakPtr> weakPtr();
211 std::unique_ptr<DispatcherBase::WeakPtr> DispatcherBase::weakPtr()