Searched refs:full_name (Results 1 – 2 of 2) sorted by relevance
374 std::string full_name; in operator ()() local375 assign_op( full_name, m_test_case_name, 0 ); in operator ()()376 full_name += '<'; in operator ()()377 full_name += typeid(TestType).name(); in operator ()()379 full_name += " const"; in operator ()()380 full_name += '>'; in operator ()()383 new test_case( full_name, test_case_template_invoker<TestCaseTemplate,TestType>() ) ); in operator ()()
478 const std::string& full_name = test_case_name + "." + test_name.c_str(); in FilterMatchesTest() local500 return (MatchesFilter(full_name, positive.c_str()) && in FilterMatchesTest()501 !MatchesFilter(full_name, negative.c_str())); in FilterMatchesTest()