Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/
H A Dexception.hpp39 struct varint_too_long_exception : exception { struct
41 const char* what() const noexcept override { return "varint too long exception"; } in what()