Home
last modified time | relevance | path

Searched refs:decode_zigzag64 (Results 1 – 3 of 3) 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.hpp181 inline constexpr int64_t decode_zigzag64(uint64_t value) noexcept { in decode_zigzag64() function
H A Diterators.hpp310 return static_cast<value_type>(decode_zigzag64(decode_varint(&d, this->m_end))); in operator *()
H A Dpbf_reader.hpp102 return static_cast<T>(decode_zigzag64(decode_varint(&m_data, m_end))); in get_svarint()