Home
last modified time | relevance | path

Searched refs:varint_too_long_exception (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.hpp52 throw varint_too_long_exception(); in decode_varint_impl()
122 throw varint_too_long_exception(); in skip_varint()
H A Dexception.hpp39 struct varint_too_long_exception : exception { struct