Searched refs:EcnCodepointToString (Results 1 – 3 of 3) sorted by relevance
231 TEST_F(QuicUtilsTest, EcnCodepointToString) { in TEST_F() argument232 EXPECT_EQ(EcnCodepointToString(ECN_NOT_ECT), "Not-ECT"); in TEST_F()233 EXPECT_EQ(EcnCodepointToString(ECN_ECT0), "ECT(0)"); in TEST_F()234 EXPECT_EQ(EcnCodepointToString(ECN_ECT1), "ECT(1)"); in TEST_F()235 EXPECT_EQ(EcnCodepointToString(ECN_CE), "CE"); in TEST_F()
455 std::string EcnCodepointToString(QuicEcnCodepoint ecn) { in EcnCodepointToString() function
906 QUICHE_EXPORT std::string EcnCodepointToString(QuicEcnCodepoint ecn);