Searched defs:ZigZagEncode32 (Results 1 – 2 of 2) sorted by relevance
689 inline uint32 WireFormatLite::ZigZagEncode32(int32 n) { in ZigZagEncode32() function
669 #define ZigZagEncode32(x) WireFormatLite::ZigZagEncode32(x) in TEST() macro