Home
last modified time | relevance | path

Searched refs:parseSpecialTag (Results 1 – 4 of 4) 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()
71 TestCaseInfo::SpecialProperties prop = parseSpecialTag( tag ); in makeTestCase()
107 …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.hpp13817 TestCaseInfo::SpecialProperties parseSpecialTag( std::string const& tag ) { in parseSpecialTag() function
13835 …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()
/external/libabigail/tests/lib/
Dcatch.hpp13962 TestCaseInfo::SpecialProperties parseSpecialTag( std::string const& tag ) { in parseSpecialTag() function
13980 …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()