Home
last modified time | relevance | path

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

/third_party/json/test/thirdparty/Fuzzer/
DFuzzerDictionary.h23 template <size_t kMaxSize> class FixedWord {
25 FixedWord() {} in FixedWord() function
26 FixedWord(const uint8_t *B, uint8_t S) { Set(B, S); } in FixedWord() function
34 bool operator==(const FixedWord<kMaxSize> &w) const {
38 bool operator<(const FixedWord<kMaxSize> &w) const {
53 typedef FixedWord<27> Word; // 28 bytes.