Searched defs:Fixed64Case (Results 1 – 1 of 1) sorted by relevance
553 struct Fixed64Case { struct554 uint8 bytes[sizeof(uint64)]; // Encoded bytes.555 uint64 value; // Parsed value.