Home
last modified time | relevance | path

Searched defs:page (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
Dpage_impl.h33 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<PageImpl> page) in DispatcherImpl()
/arkcompiler/toolchain/tooling/
Ddispatcher.cpp180 auto page = std::make_unique<PageImpl>(); in Dispatcher() local