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()
801 FtNumTypes enumerator806 static const StringRef FixedFieldsNames[FtNumTypes];809 SmallVector<uint32_t, 4> FixedInfo[FtNumTypes];810 SmallVector<bool, FtNumTypes> IsTypePresent;816 VersionInfoFixed() : IsTypePresent(FtNumTypes, false) {} in VersionInfoFixed()