Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_tokenizer/
H A 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()
H A Ddetokenize.cc200 return matches_[0].value_with_errors(); in BestStringWithErrors()
H A Ddecode.cc290 std::string DecodedFormatString::value_with_errors() const { in value_with_errors() function in pw::tokenizer::DecodedFormatString
/aosp_15_r20/external/pigweed/pw_tokenizer/public/pw_tokenizer/internal/
H A Ddecode.h206 std::string value_with_errors() const;