Searched defs:BufferStructure (Results 1 – 1 of 1) sorted by relevance
69 struct BufferStructure struct71 static constexpr uint32_t kArrayLength = 3u;73 Pad12 subA[kArrayLength];74 Pad8 subB[kArrayLength];75 Pad4 subC[kArrayLength];78 BufferStructure(int32_t a, int32_t b, int32_t c, uint8_t paddingByte) in BufferStructure() function95 BufferStructure(uint8_t paddingByte) : BufferStructure(0, 0, 0, paddingByte) in BufferStructure() argument100 bool checkValues(int32_t a, int32_t b, int32_t c, uint8_t paddingByte) const in checkValues()112 bool checkPaddingBytes(uint8_t value) const in checkPaddingBytes()