Home
last modified time | relevance | path

Searched refs:hexThreshold (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/internal/
Dcatch_tostring.cpp35 const int hexThreshold = 255; variable
183 if (value > Detail::hexThreshold) { in convert()
198 if (value > Detail::hexThreshold) { in convert()
/external/bcc/tests/cc/
Dcatch.hpp7969 const int hexThreshold = 255; variable
8052 if( value > Detail::hexThreshold ) in toString()
8060 if( value > Detail::hexThreshold ) in toString()
8114 if( value > Detail::hexThreshold ) in toString()
8121 if( value > Detail::hexThreshold ) in toString()
/external/catch2/single_include/catch2/
Dcatch.hpp12348 const int hexThreshold = 255; variable
12493 if (value > Detail::hexThreshold) { in convert()
12508 if (value > Detail::hexThreshold) { in convert()