Home
last modified time | relevance | path

Searched refs:value_with_errors (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_tokenizer/
Ddecode_test.cc68 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()
Ddetokenize.cc97 return matches_[0].value_with_errors(); in BestStringWithErrors()
Ddecode.cc284 std::string DecodedFormatString::value_with_errors() const { in value_with_errors() function in pw::tokenizer::DecodedFormatString
/external/pigweed/pw_tokenizer/public/pw_tokenizer/internal/
Ddecode.h205 std::string value_with_errors() const;