Home
last modified time | relevance | path

Searched refs:UIntegerRegex (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/tests/fuzzer/
Dflatbuffers_scalar_fuzzer.cc115 class UIntegerRegex : public RegexMatcher { class
129 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()