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