Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h895 static uint64 ZigZagEncode64(int64 v) { in ZigZagEncode64() function
/third_party/protobuf/src/google/protobuf/
Dwire_format_unittest.cc758 #define ZigZagEncode64(x) WireFormatLite::ZigZagEncode64(x) in TEST() macro
Dwire_format_lite.h860 inline uint64 WireFormatLite::ZigZagEncode64(int64 n) { in ZigZagEncode64() function