Searched refs:UIntegerRegex (Results 1 – 1 of 1) sorted by relevance
115 class UIntegerRegex : public RegexMatcher { class129 UIntegerRegex() = default;130 virtual ~UIntegerRegex() = default;184 case 0x6: return { "uint8", UIntegerRegex().Match(input) }; in Check()185 case 0x7: return { "uint16", UIntegerRegex().Match(input) }; in Check()186 case 0x8: return { "uint32", UIntegerRegex().Match(input) }; in Check()187 case 0x9: return { "uint64", UIntegerRegex().Match(input) }; in Check()