Searched defs:ThrowIOE (Results 1 – 4 of 4) sorted by relevance
34 #define ThrowIOE(...) ThrowExceptionHelper(rawspeed::IOException, __VA_ARGS__) macro
36 #define ThrowIOE(...) ThrowExceptionHelper(rawspeed::IOException, __VA_ARGS__) macro
32 void ThrowIOE(const char* fmt, ...) { in ThrowIOE() function