Searched defs:DeadReferenceException (Results 1 - 1 of 1) 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() function in class:de::DeadReferenceException
48 return "DeadReferenceException";
169 * if the object is no longer live. In such case DeadReferenceException
386 * If WeakPtr can't be acquired, throws DeadReferenceException and doesn't
492 throw DeadReferenceException();

Completed in 87 milliseconds