OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endSampleList
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/common/
tcuTestLog.hpp
90
static const class EndSampleListToken {}
EndSampleList
;
172
void
endSampleList
(void);
446
inline TestLog& TestLog::operator<< (const EndSampleListToken&) {
endSampleList
(); return *this; }
tcuTestLog.cpp
510
void TestLog::
endSampleList
(void)
525
const TestLog::EndSampleListToken TestLog::
EndSampleList
= TestLog::EndSampleListToken();
Completed in 55 milliseconds