Home
last modified time | relevance | path

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

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