Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwire_format_unittest.cc753 #define ZigZagDecode64(x) WireFormatLite::ZigZagDecode64(x) in TEST() macro
Dwire_format_lite.h870 inline int64 WireFormatLite::ZigZagDecode64(uint64 n) { in ZigZagDecode64() function