Home
last modified time | relevance | path

Searched refs:encode_zigzag32 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/
H A Dvarint.hpp160 inline constexpr uint32_t encode_zigzag32(int32_t value) noexcept { in encode_zigzag32() function
H A Dpbf_writer.hpp360 add_tagged_varint(tag, encode_zigzag32(value)); in add_sint32()