Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_test_case_info.cpp23 TestCaseInfo::SpecialProperties parseSpecialTag( std::string const& tag ) { in parseSpecialTag()
36 …return static_cast<TestCaseInfo::SpecialProperties>( TestCaseInfo::Benchmark | TestCaseInfo::IsHid… in parseSpecialTag()
71 TestCaseInfo::SpecialProperties prop = parseSpecialTag( tag ); in makeTestCase()
107 …testCaseInfo.properties = static_cast<TestCaseInfo::SpecialProperties>( testCaseInfo.properties | … in setTags()
Dcatch_test_case_info.h28 enum SpecialProperties{ enum
59 SpecialProperties properties;
/external/bcc/tests/cc/
Dcatch.hpp2812 enum SpecialProperties{ enum
2842 SpecialProperties properties;
7303 inline TestCaseInfo::SpecialProperties parseSpecialTag( std::string const& tag ) { in parseSpecialTag()
7358 TestCaseInfo::SpecialProperties prop = parseSpecialTag( tag ); in makeTestCase()
7390 …testCaseInfo.properties = static_cast<TestCaseInfo::SpecialProperties>( testCaseInfo.properties | … in setTags()
/external/catch2/single_include/catch2/
Dcatch.hpp4733 enum SpecialProperties{ enum
4764 SpecialProperties properties;
13817 TestCaseInfo::SpecialProperties parseSpecialTag( std::string const& tag ) { in parseSpecialTag()
13830 …return static_cast<TestCaseInfo::SpecialProperties>( TestCaseInfo::Benchmark | TestCaseInfo::IsHid… in parseSpecialTag()
13865 TestCaseInfo::SpecialProperties prop = parseSpecialTag( tag ); in makeTestCase()
13901 …testCaseInfo.properties = static_cast<TestCaseInfo::SpecialProperties>( testCaseInfo.properties | … in setTags()
/external/libabigail/tests/lib/
Dcatch.hpp4764 enum SpecialProperties{ enum
4795 SpecialProperties properties;
13962 TestCaseInfo::SpecialProperties parseSpecialTag( std::string const& tag ) { in parseSpecialTag()
13975 …return static_cast<TestCaseInfo::SpecialProperties>( TestCaseInfo::Benchmark | TestCaseInfo::IsHid… in parseSpecialTag()
14010 TestCaseInfo::SpecialProperties prop = parseSpecialTag( tag ); in makeTestCase()
14046 …testCaseInfo.properties = static_cast<TestCaseInfo::SpecialProperties>( testCaseInfo.properties | … in setTags()