Searched refs:BestStringWithErrors (Results 1 – 3 of 3) sorted by relevance
/external/pigweed/pw_tokenizer/ |
D | detokenize_test.cc | 76 EXPECT_EQ(detok_.Detokenize("", 0u).BestStringWithErrors(), in TEST_F() 78 EXPECT_EQ(detok_.Detokenize("\1", 1u).BestStringWithErrors(), in TEST_F() 80 EXPECT_EQ(detok_.Detokenize("\1\0"sv).BestStringWithErrors(), in TEST_F() 82 EXPECT_EQ(detok_.Detokenize("\1\0\0"sv).BestStringWithErrors(), in TEST_F() 84 EXPECT_EQ(detok_.Detokenize("\0\0\0"sv).BestStringWithErrors(), in TEST_F() 90 EXPECT_EQ(detok_.Detokenize("\0\0\0\0"sv).BestStringWithErrors(), in TEST_F() 92 EXPECT_EQ(detok_.Detokenize("\2\0\0\0"sv).BestStringWithErrors(), in TEST_F() 94 EXPECT_EQ(detok_.Detokenize("\x10\x32\x54\x76\x99"sv).BestStringWithErrors(), in TEST_F() 96 EXPECT_EQ(detok_.Detokenize("\x98\xba\xdc\xfe"sv).BestStringWithErrors(), in TEST_F() 177 EXPECT_EQ(error.BestStringWithErrors(), in TEST_F() [all …]
|
D | detokenize.cc | 92 std::string DetokenizedString::BestStringWithErrors() const { in BestStringWithErrors() function in pw::tokenizer::DetokenizedString
|
/external/pigweed/pw_tokenizer/public/pw_tokenizer/ |
D | detokenize.h | 65 std::string BestStringWithErrors() const;
|