Searched defs:NodeInfo (Results 1 – 1 of 1) sorted by relevance
45 struct NodeInfo { struct46 explicit NodeInfo(uint32_t d) : depth(d), done(false) {} in NodeInfo() argument47 uint32_t depth;48 bool done;