Searched refs:test_case_ (Results 1 – 2 of 2) sorted by relevance
52 const std::string& test_case_) : in test_filter() argument54 test_case(test_case_) in test_filter()92 const std::string test_case_(str.substr(pos + 1)); in parse() local94 str % test_program_.str() % test_case_); in parse()95 return test_filter(test_program_, test_case_); in parse()163 const std::string& test_case_) const in matches_test_case()166 return test_case.empty() || test_case == test_case_; in matches_test_case()
65 result(const engine::test_filter& test_case_, in result() argument67 test_case(test_case_), in result()