Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_varint/public/pw_varint/
H A Dvarint.h202 constexpr std::make_unsigned_t<T> ZigZagEncode(T n) { in ZigZagEncode() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/protozero/
H A Dproto_utils.h153 inline typename std::make_unsigned<T>::type ZigZagEncode(T value) { in ZigZagEncode() function
/aosp_15_r20/external/perfetto/include/perfetto/protozero/
H A Dproto_utils.h153 inline typename std::make_unsigned<T>::type ZigZagEncode(T value) { in ZigZagEncode() function
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/
H A Dwire_format.py100 def ZigZagEncode(value): function
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py100 def ZigZagEncode(value): function