Lines Matching refs:BestStringWithErrors
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()
185 EXPECT_EQ(error.BestStringWithErrors(), in TEST_F()