OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:buffercanceledexception
(Results
1 - 1
of
1
) sorted by null
/external/deqp/framework/delibs/decpp/
deBlockBuffer.hpp
37
class
BufferCanceledException
: public std::exception
40
inline
BufferCanceledException
(void) {}
41
inline ~
BufferCanceledException
(void) throw() {}
43
const char* what (void) const throw() { return "
BufferCanceledException
"; }
50
typedef
BufferCanceledException
CanceledException;
Completed in 383 milliseconds