Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/tools/catch/
Dcatch.hpp7362 inline TestCaseInfo::SpecialProperties parseSpecialTag( std::string const& tag ) { in parseSpecialTag() function
7377 return parseSpecialTag( tag ) == TestCaseInfo::None && tag.size() > 0 && !isalnum( tag[0] ); in isReservedTag()
7417 TestCaseInfo::SpecialProperties prop = parseSpecialTag( tag ); in makeTestCase()
7449 …tic_cast<TestCaseInfo::SpecialProperties>( testCaseInfo.properties | parseSpecialTag( lcaseTag ) ); in setTags()