Searched defs:EightBits (Results 1 – 5 of 5) sorted by relevance
33 struct EightBits { struct34 explicit EightBits(int /* unused */) : data(0) {} in EightBits() function35 bool operator==(const EightBits& rhs) const { return data == rhs.data; } in operator ==()36 uint8_t data;
33 struct EightBits { struct34 explicit EightBits(int /* unused */) : data(0) {} in EightBits() argument35 bool operator==(const EightBits& rhs) const { return data == rhs.data; } in operator ==()36 uint8_t data;