Searched defs:HTreeCountLimit (Results 1 – 1 of 1) sorted by relevance
43 struct HTreeCountLimit { struct44 uint16 limit;45 uint16 count;47 uint16 Limit() const in Limit()49 uint16 Count() const in Count()51 bool IsFull() const in IsFull()54 void SetLimit(uint16 value) in SetLimit()57 void SetCount(uint16 value) in SetCount()