Home
last modified time | relevance | path

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

/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/src/librawspeed/io/
H A DIOException.h34 #define ThrowIOE(...) ThrowExceptionHelper(rawspeed::IOException, __VA_ARGS__) macro
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/src/librawspeed/io/
H A DIOException.h36 #define ThrowIOE(...) ThrowExceptionHelper(rawspeed::IOException, __VA_ARGS__) macro
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/rawspeed/src/librawspeed/io/
H A DIOException.h36 #define ThrowIOE(...) ThrowExceptionHelper(rawspeed::IOException, __VA_ARGS__) macro
/dports/graphics/rawstudio/rawstudio-2.0/plugins/load-rawspeed/rawspeed/
H A DIOException.cpp32 void ThrowIOE(const char* fmt, ...) { in ThrowIOE() function