Searched defs:CUInt32DefVector (Results 1 – 1 of 1) sorted by relevance
93 struct CUInt32DefVector struct95 CBoolVector Defs;96 CRecordVector<UInt32> Vals;98 void ClearAndSetSize(unsigned newSize) in ClearAndSetSize()104 void Clear() in Clear()110 void ReserveDown() in ReserveDown()116 bool GetItem(unsigned index, UInt32 &value) const in GetItem()127 bool ValidAndDefined(unsigned i) const { return i < Defs.Size() && Defs[i]; } in ValidAndDefined()129 bool CheckSize(unsigned size) const { return Defs.Size() == size || Defs.Size() == 0; } in CheckSize()