Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_test_case_info.cpp23 TestCaseInfo::SpecialProperties parseSpecialTag( std::string const& tag ) { in parseSpecialTag() function
41 …return parseSpecialTag( tag ) == TestCaseInfo::None && tag.size() > 0 && !std::isalnum( static_cas… in isReservedTag()
72 TestCaseInfo::SpecialProperties prop = parseSpecialTag( tag ); in makeTestCase()
101 …tic_cast<TestCaseInfo::SpecialProperties>( testCaseInfo.properties | parseSpecialTag( lcaseTag ) ); in setTags()
/external/bcc/tests/cc/
Dcatch.hpp7303 inline TestCaseInfo::SpecialProperties parseSpecialTag( std::string const& tag ) { in parseSpecialTag() function
7318 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()
/external/catch2/single_include/catch2/
Dcatch.hpp11605 TestCaseInfo::SpecialProperties parseSpecialTag( std::string const& tag ) { in parseSpecialTag() function
11623 …return parseSpecialTag( tag ) == TestCaseInfo::None && tag.size() > 0 && !std::isalnum( static_cas… in isReservedTag()
11654 TestCaseInfo::SpecialProperties prop = parseSpecialTag( tag ); in makeTestCase()
11683 …tic_cast<TestCaseInfo::SpecialProperties>( testCaseInfo.properties | parseSpecialTag( lcaseTag ) ); in setTags()