Home
last modified time | relevance | path

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

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