Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_lite.h698 inline uint64 WireFormatLite::ZigZagEncode64(int64 n) { in ZigZagEncode64() function
Dwire_format_unittest.cc671 #define ZigZagEncode64(x) WireFormatLite::ZigZagEncode64(x) in TEST() macro