Home
last modified time | relevance | path

Searched refs:encode_zigzag64 (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 Dpbf_writer.hpp149 sw.add_varint(encode_zigzag64(*first++)); in add_packed_svarint()
390 add_tagged_varint(tag, encode_zigzag64(value)); in add_sint64()
924 m_writer.add_varint(encode_zigzag64(value)); in add_element()
H A Dvarint.hpp167 inline constexpr uint64_t encode_zigzag64(int64_t value) noexcept { in encode_zigzag64() function