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