Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4714 enum SpecialProperties{ enum
4745 SpecialProperties properties;
13787 TestCaseInfo::SpecialProperties parseSpecialTag( std::string const& tag ) { in parseSpecialTag()
13800 …return static_cast<TestCaseInfo::SpecialProperties>( TestCaseInfo::Benchmark | TestCaseInfo::IsHid… in parseSpecialTag()
13835 TestCaseInfo::SpecialProperties prop = parseSpecialTag( tag ); in makeTestCase()
13870 …testCaseInfo.properties = static_cast<TestCaseInfo::SpecialProperties>( testCaseInfo.properties | … in setTags()