Searched refs:parseSpecialTag (Results 1 – 4 of 4) sorted by relevance
23 TestCaseInfo::SpecialProperties parseSpecialTag( std::string const& tag ) { in parseSpecialTag() function41 …return parseSpecialTag( tag ) == TestCaseInfo::None && tag.size() > 0 && !std::isalnum( static_cas… in isReservedTag()71 TestCaseInfo::SpecialProperties prop = parseSpecialTag( tag ); in makeTestCase()107 …tic_cast<TestCaseInfo::SpecialProperties>( testCaseInfo.properties | parseSpecialTag( lcaseTag ) ); in setTags()
7303 inline TestCaseInfo::SpecialProperties parseSpecialTag( std::string const& tag ) { in parseSpecialTag() function7318 return parseSpecialTag( tag ) == TestCaseInfo::None && tag.size() > 0 && !isalnum( tag[0] ); in isReservedTag()7358 TestCaseInfo::SpecialProperties prop = parseSpecialTag( tag ); in makeTestCase()7390 …tic_cast<TestCaseInfo::SpecialProperties>( testCaseInfo.properties | parseSpecialTag( lcaseTag ) ); in setTags()
13817 TestCaseInfo::SpecialProperties parseSpecialTag( std::string const& tag ) { in parseSpecialTag() function13835 …return parseSpecialTag( tag ) == TestCaseInfo::None && tag.size() > 0 && !std::isalnum( static_cas… in isReservedTag()13865 TestCaseInfo::SpecialProperties prop = parseSpecialTag( tag ); in makeTestCase()13901 …tic_cast<TestCaseInfo::SpecialProperties>( testCaseInfo.properties | parseSpecialTag( lcaseTag ) ); in setTags()
13962 TestCaseInfo::SpecialProperties parseSpecialTag( std::string const& tag ) { in parseSpecialTag() function13980 …return parseSpecialTag( tag ) == TestCaseInfo::None && tag.size() > 0 && !std::isalnum( static_cas… in isReservedTag()14010 TestCaseInfo::SpecialProperties prop = parseSpecialTag( tag ); in makeTestCase()14046 …tic_cast<TestCaseInfo::SpecialProperties>( testCaseInfo.properties | parseSpecialTag( lcaseTag ) ); in setTags()