Searched defs:ThrowException (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp108 static void ThrowException() { throw CInArchiveException(); } function in namespace:NArchive::N7z
109 static inline void ThrowEndOfData() { ThrowException(); }
110 static inline void ThrowUnsupported() { ThrowException(); }
111 static inline void ThrowIncorrect() { ThrowException(); }
112 static inline void ThrowUnsupportedVersion() { ThrowException(); }
128 static void ThrowException(CInArchiveException::CCauseType c) { throw CInArchiveException(c); }
129 static void ThrowEndOfData() { ThrowException(CInArchiveException::kEndOfData); }
130 static void ThrowUnsupported() { ThrowException(CInArchiveException::kUnsupported); }
131 static void ThrowIncorrect() { ThrowException(CInArchiveException::kIncorrect); }
132 static void ThrowUnsupportedVersion() { ThrowException(CInArchiveExceptio
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp192 static void ThrowException(const char *errorMessage) function
199 ThrowException(kUserErrorMessage);
337 ThrowException("Can not open mapping");
340 ThrowException("MapViewOfFile error");
345 ThrowException("Incorrect mapping data");
360 ThrowException("data error");
663 ThrowException("Incorrect volume size");
892 ThrowException("Cannot use absolute pathnames for this command");
/external/v8/src/
H A Dapi.cc1939 reinterpret_cast<Isolate*>(isolate_)->ThrowException(exc);
6397 v8::Local<Value> Isolate::ThrowException(v8::Local<v8::Value> value) { function in class:v8::Isolate

Completed in 175 milliseconds