Home
last modified time | relevance | path

Searched refs:actions_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/xml/
DXmlActionExecutor.cpp34 actions_.emplace_back(std::bind( in Action()
39 actions_.emplace_back(std::bind( in Action()
54 for (const ActionFuncWithDiag& action : actions_) { in Execute()
DXmlActionExecutor.h72 std::vector<ActionFuncWithDiag> actions_; variable