Home
last modified time | relevance | path

Searched defs:ZigZagDecode32 (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Dwire_format_unittest.cc751 #define ZigZagDecode32(x) WireFormatLite::ZigZagDecode32(x) in TEST() macro
Dwire_format_lite.h859 inline int32 WireFormatLite::ZigZagDecode32(uint32 n) { in ZigZagDecode32() function