Searched refs:SizeOfUInt (Results 1 – 2 of 2) sorted by relevance
263 public int SizeOfUInt { get { return bitSize(_flags & 3); } } property in DotZLib.Info
160 Assert.AreEqual(32, info.SizeOfUInt); in Info_Version()