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
;
175
void
endSampleList
(void);
450
inline TestLog& TestLog::operator<< (const EndSampleListToken&) {
endSampleList
(); return *this; }
tcuTestLog.cpp
522
void TestLog::
endSampleList
(void)
542
const TestLog::EndSampleListToken TestLog::
EndSampleList
= TestLog::EndSampleListToken();
Completed in 52 milliseconds