Searched defs:CommandNode (Results 1 – 2 of 2) sorted by relevance
35 struct CommandNode { struct43 std::shared_ptr<CommandNode> nextNode; argument62 void GetCommandNodes(int fd, std::vector<std::shared_ptr<CommandNode>> &commands); argument
114 } CommandNode; typedef