HomeSort by relevance Sort by last modified time
    Searched refs:DeadReferenceException (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/delibs/decpp/
deSharedPtr.hpp 38 class DeadReferenceException : public std::exception
41 DeadReferenceException (void) throw()
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();
deSharedPtr.cpp 373 catch (const DeadReferenceException&)
385 catch (const DeadReferenceException&)

Completed in 176 milliseconds