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