Searched refs:FixedWord (Results 1 – 1 of 1) sorted by relevance
22 template <size_t kMaxSizeT> class FixedWord {25 FixedWord() {} in FixedWord() function26 FixedWord(const uint8_t *B, size_t S) { Set(B, S); } in FixedWord() function36 bool operator==(const FixedWord<kMaxSize> &w) const {49 typedef FixedWord<64> Word;