Home
last modified time | relevance | path

Searched defs:end_of_buffer_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.hpp61 struct end_of_buffer_exception : exception { struct
63 const char* what() const noexcept override { return "end of buffer exception"; } in what()