Searched refs:qpTestLog_startSection (Results 1 – 3 of 3) sorted by relevance
202 deBool qpTestLog_startSection (qpTestLog* log, const char* name, const char* description);
1191 deBool qpTestLog_startSection (qpTestLog* log, const char* name, const char* description) in qpTestLog_startSection() function
368 if (qpTestLog_startSection(m_log, name, description) == DE_FALSE) in startSection()