Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
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
/external/sfntly/cpp/src/sfntly/port/
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