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