Searched refs:actual_str (Results 1 – 4 of 4) sorted by relevance
24 std::string actual_str; in ExpectStringValue() local25 EXPECT_TRUE(scoped_actual->GetAsString(&actual_str)); in ExpectStringValue()26 EXPECT_EQ(expected_str, actual_str); in ExpectStringValue()
94 std::string actual_str; in ExpectStringValue() local95 EXPECT_TRUE(scoped_actual->GetAsString(&actual_str)); in ExpectStringValue()96 EXPECT_EQ(expected_str, actual_str); in ExpectStringValue()
103 actual_str = '[A] ' if self.is_actual() else ''104 … return "TestOutput[%s/%s] %s%s" % (self._platform, self._output_type, actual_str, self.name())
31 std::string actual_str; in CheckString() local32 MakeStdString(actual, &actual_str); in CheckString()33 EXPECT_EQ(expected_str, actual_str); in CheckString()