Searched refs:test_case_ (Results 1 – 2 of 2) sorted by relevance
53 const std::string& test_case_) : in test_filter() argument55 test_case(test_case_) in test_filter()93 const std::string test_case_(str.substr(pos + 1)); in parse() local95 str % test_program_.str() % test_case_); in parse()96 return test_filter(test_program_, test_case_); in parse()164 const std::string& test_case_) const in matches_test_case()167 return test_case.empty() || test_case == test_case_; in matches_test_case()
64 result(const engine::test_filter& test_case_, in result() argument66 test_case(test_case_), in result()