Searched refs:ErrorMsg (Results 1 – 2 of 2) sorted by relevance
53 static std::string ErrorMsg(const std::vector<const char*>& function_names, in ErrorMsg() function124 ASSERT_TRUE(expected_function_names.empty()) << ErrorMsg(expected_function_names, frame_info); in LocalInnerFunction()204 ASSERT_TRUE(expected_function_names.empty()) << ErrorMsg(expected_function_names, frame_info); in TEST_F()
102 static std::string ErrorMsg(const std::vector<const char*>& function_names, Unwinder* unwinder) { in ErrorMsg() function126 ASSERT_TRUE(expected_function_names.empty()) << ErrorMsg(expected_function_names, unwinder); in VerifyUnwind()