Home
last modified time | relevance | path

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

/external/pigweed/pw_varint/public/pw_varint/
Dvarint.h96 constexpr std::make_unsigned_t<T> ZigZagEncode(T n) { in ZigZagEncode() function
/external/perfetto/include/perfetto/protozero/
Dproto_utils.h142 inline typename std::make_unsigned<T>::type ZigZagEncode(T value) { in ZigZagEncode() function
/external/protobuf/python/google/protobuf/internal/
Dwire_format.py100 def ZigZagEncode(value): function