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

  /external/deqp/executor/
xeCallQueue.hpp 37 class CallReader;
48 typedef void (*Function) (CallReader& data);
69 class CallReader
72 CallReader (Call* call);
73 CallReader (void) : m_call(DE_NULL), m_curPos(0) {}
80 CallReader (const CallReader& other); //!< disallowed
81 CallReader& operator= (const CallReader& other); //!< disallowed
133 CallReader& operator>> (CallReader& reader, std::string& value)
    [all...]
xeCallQueue.cpp 79 CallReader reader(call);
170 // CallReader
172 CallReader::CallReader (Call* call)
178 void CallReader::read (deUint8* bytes, size_t numBytes)
185 const deUint8* CallReader::getDataBlock (size_t numBytes)
195 bool CallReader::isDataConsumed (void) const
200 CallReader& operator>> (CallReader& reader, std::string& value)
xeBatchExecutor.hpp 94 static void dispatchStateChanged (CallReader& data);
95 static void dispatchTestLogData (CallReader& data);
96 static void dispatchInfoLogData (CallReader& data);
xeBatchExecutor.cpp 386 void BatchExecutor::dispatchStateChanged (CallReader& data)
399 void BatchExecutor::dispatchTestLogData (CallReader& data)
410 void BatchExecutor::dispatchInfoLogData (CallReader& data)

Completed in 583 milliseconds