Home
last modified time | relevance | path

Searched refs:CallReader (Results 1 – 4 of 4) sorted by relevance

/external/deqp/executor/
DxeCallQueue.hpp37 class CallReader;
48 typedef void (*Function) (CallReader& data);
69 class CallReader class
72 CallReader (Call* call);
73 CallReader (void) : m_call(DE_NULL), m_curPos(0) {} in CallReader() function in xe::CallReader
80 CallReader (const CallReader& other); //!< disallowed
81 CallReader& operator= (const CallReader& other); //!< disallowed
133 CallReader& operator>> (CallReader& reader, std::string& value);
137 CallReader& operator>> (CallReader& reader, T& value) in operator >>()
DxeCallQueue.cpp79 CallReader reader(call); in callNext()
172 CallReader::CallReader (Call* call) in CallReader() function in xe::CallReader
178 void CallReader::read (deUint8* bytes, size_t numBytes) in read()
185 const deUint8* CallReader::getDataBlock (size_t numBytes) in getDataBlock()
195 bool CallReader::isDataConsumed (void) const in isDataConsumed()
200 CallReader& operator>> (CallReader& reader, std::string& value) in operator >>()
DxeBatchExecutor.hpp94 static void dispatchStateChanged (CallReader& data);
95 static void dispatchTestLogData (CallReader& data);
96 static void dispatchInfoLogData (CallReader& data);
DxeBatchExecutor.cpp386 void BatchExecutor::dispatchStateChanged (CallReader& data) in dispatchStateChanged()
399 void BatchExecutor::dispatchTestLogData (CallReader& data) in dispatchTestLogData()
410 void BatchExecutor::dispatchInfoLogData (CallReader& data) in dispatchInfoLogData()