Searched refs:tmpCommandNode (Results 1 – 1 of 1) sorted by relevance
52 std::shared_ptr<CommandNode> tmpCommandNode; in Dump() local55 tmpCommandNode = command; in Dump()56 while (tmpCommandNode != nullptr) { in Dump()57 params.emplace(tmpCommandNode->dumpName, tmpCommandNode->param); in Dump()58 if (tmpCommandNode->nextNode == nullptr) { in Dump()59 for (auto const &handler : tmpCommandNode->handlers) { in Dump()63 tmpCommandNode = tmpCommandNode->nextNode; in Dump()150 auto tmpCommandNode = command; in AddHeadNode() local151 while (!(tmpCommandNode->childNode.empty())) { in AddHeadNode()152 if (tmpCommandNode->childNode == realHeadNode->dumpName) { in AddHeadNode()[all …]