Searched defs:ZigZagEncode64 (Results 1 – 2 of 2) sorted by relevance
648 inline uint64 WireFormatLite::ZigZagEncode64(int64 n) { in ZigZagEncode64() function
667 #define ZigZagEncode64(x) WireFormatLite::ZigZagEncode64(x) in TEST() macro