Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_lite.h689 inline uint32 WireFormatLite::ZigZagEncode32(int32 n) { in ZigZagEncode32() function
Dwire_format_unittest.cc669 #define ZigZagEncode32(x) WireFormatLite::ZigZagEncode32(x) in TEST() macro