Home
last modified time | relevance | path

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

/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