Home
last modified time | relevance | path

Searched refs:PREFIX_LEN (Results 1 – 2 of 2) sorted by relevance

/external/catch2/include/internal/
Dcatch_debugger.cpp83 static const int PREFIX_LEN = 11; in isDebuggerActive() local
84 if( line.compare(0, PREFIX_LEN, "TracerPid:\t") == 0 ) { in isDebuggerActive()
88 return line.length() > PREFIX_LEN && line[PREFIX_LEN] != '0'; in isDebuggerActive()
/external/catch2/single_include/catch2/
Dcatch.hpp8467 static const int PREFIX_LEN = 11; in isDebuggerActive() local
8468 if( line.compare(0, PREFIX_LEN, "TracerPid:\t") == 0 ) { in isDebuggerActive()
8472 return line.length() > PREFIX_LEN && line[PREFIX_LEN] != '0'; in isDebuggerActive()