Searched defs:Level (Results 1 – 1 of 1) sorted by relevance
182 struct Level { struct183 explicit Level(bool inArray_) : valueCount(0), inArray(inArray_) {} in Level() function188 static const size_t kDefaultLevelDepth = 32; argument