Searched refs:value_with_errors (Results 1 – 4 of 4) sorted by relevance
68 ASSERT_EQ(FormatString(format).Format(args).value_with_errors(), in TEST()97 EXPECT_EQ(result.value_with_errors(), "The 3 musketeer[...]"); in TEST()105 EXPECT_EQ(result.value_with_errors(), "The 3 " ERR("%s ERROR (musketeer)")); in TEST()113 EXPECT_EQ(result.value_with_errors(), in TEST()123 EXPECT_EQ(result.value_with_errors(), in TEST()133 EXPECT_EQ(result.value_with_errors(), in TEST()
97 return matches_[0].value_with_errors(); in BestStringWithErrors()
284 std::string DecodedFormatString::value_with_errors() const { in value_with_errors() function in pw::tokenizer::DecodedFormatString
205 std::string value_with_errors() const;