Home
last modified time | relevance | path

Searched refs:overlay (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
H A Doverlay_impl.h33 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<OverlayImpl> overlay) in DispatcherImpl() argument
34 : DispatcherBase(channel), overlay_(std::move(overlay)) {} in DispatcherImpl()
/arkcompiler/toolchain/tooling/
H A Ddispatcher.cpp168 auto overlay = std::make_unique<OverlayImpl>(); in Dispatcher() local
170 std::make_unique<OverlayImpl::DispatcherImpl>(channel, std::move(overlay)); in Dispatcher()

Completed in 2 milliseconds