Searched refs:parseSpecialTag (Results 1 – 1 of 1) sorted by relevance
7362 inline TestCaseInfo::SpecialProperties parseSpecialTag( std::string const& tag ) { in parseSpecialTag() function7377 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()