Home
last modified time | relevance | path

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

/external/pigweed/pw_varint/public/pw_varint/
Dvarint.h106 constexpr std::make_signed_t<T> ZigZagDecode(T n) in ZigZagDecode() function
/external/perfetto/include/perfetto/protozero/
Dproto_utils.h163 inline typename std::make_signed<T>::type ZigZagDecode(T value) { in ZigZagDecode() function
/external/protobuf/python/google/protobuf/internal/
Dwire_format.py110 def ZigZagDecode(value): function