Searched defs:Fixed32Case (Results 1 – 1 of 1) sorted by relevance
500 struct Fixed32Case { struct501 uint8 bytes[sizeof(uint32)]; // Encoded bytes.502 uint32 value; // Parsed value.