Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Dpage_impl.h33 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<PageImpl> page) in DispatcherImpl()
/arkcompiler/ets_frontend/test/scripts/utils/commit_message/
Dget_commit_message.py41 def get_url(name, page): argument
/arkcompiler/toolchain/tooling/
Ddispatcher.cpp176 auto page = std::make_unique<PageImpl>(); in Dispatcher() local