Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h892 static uint32 ZigZagEncode32(int32 v) { in ZigZagEncode32() function
/third_party/protobuf/src/google/protobuf/
Dwire_format_unittest.cc756 #define ZigZagEncode32(x) WireFormatLite::ZigZagEncode32(x) in TEST() macro
Dwire_format_lite.h849 inline uint32 WireFormatLite::ZigZagEncode32(int32 n) { in ZigZagEncode32() function