Searched refs:FtNumTypes (Results 1 – 2 of 2) sorted by relevance
197 VersionInfoFixed::FixedFieldsNames[VersionInfoFixed::FtNumTypes] = {219 return FtUnknown < Type && Type < FtNumTypes; in isTypeSupported()234 for (int Type = FtUnknown; Type < FtNumTypes; ++Type) { in log()
803 FtNumTypes enumerator808 static const StringRef FixedFieldsNames[FtNumTypes];811 SmallVector<uint32_t, 4> FixedInfo[FtNumTypes];812 SmallVector<bool, FtNumTypes> IsTypePresent;818 VersionInfoFixed() : IsTypePresent(FtNumTypes, false) {} in VersionInfoFixed()