Searched defs:NodeInfo (Results 1 – 2 of 2) sorted by relevance
45 struct NodeInfo { struct46 explicit NodeInfo(uint32_t d) : depth(d), done(false) {} in NodeInfo() function47 uint32_t depth;48 bool done;
81 struct NodeInfo { struct93 std::multimap<size_t, NodeInfo> nodeList; argument