Searched refs:DeadReferenceException (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/delibs/decpp/
H A DdeSharedPtr.hpp38 class DeadReferenceException : public std::exception class in namespace:de
41 DeadReferenceException (void) throw() : std::exception() {} function in class:de::DeadReferenceException
42 const char* what (void) const throw() { return "DeadReferenceException"; }
158 * if the object is no longer live. In such case DeadReferenceException
341 * If pointer is no longer live, DeadReferenceException is thrown.
445 throw DeadReferenceException();
454 throw DeadReferenceException();
H A DdeSharedPtr.cpp373 catch (const DeadReferenceException&)
385 catch (const DeadReferenceException&)

Completed in 80 milliseconds