Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/sfntly/port/
H A Dexception_type.h50 IndexOutOfBoundException() throw() : Exception("Index out of bound") {} in IndexOutOfBoundException() function
51 explicit IndexOutOfBoundException(const char* message) throw() in IndexOutOfBoundException() function
53 IndexOutOfBoundException(const char* message, int32_t index) throw() { in IndexOutOfBoundException() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/sfntly/port/
H A Dexception_type.h50 IndexOutOfBoundException() throw() : Exception("Index out of bound") {} in IndexOutOfBoundException() function
51 explicit IndexOutOfBoundException(const char* message) throw() in IndexOutOfBoundException() function
53 IndexOutOfBoundException(const char* message, int32_t index) throw() { in IndexOutOfBoundException() function