Searched defs:NodeCall (Results 1 – 1 of 1) sorted by relevance
72 struct NodeCall { struct73 NodeCall(uint32_t id_, std::shared_ptr<Node> node_) in NodeCall() function90 struct NodeCalls : public std::unordered_map<Node*, NodeCall> { argument