Searched refs:WebTransportStreamPriority (Results 1 – 3 of 3) sorted by relevance
34 TEST(WebTransportStreamPriority, DefaultConstructed) { in TEST() argument35 WebTransportStreamPriority priority; in TEST()38 WebTransportStreamPriority::StreamType::kData); in TEST()42 TEST(WebTransportStreamPriority, Equals) { in TEST() argument43 EXPECT_EQ(WebTransportStreamPriority(), in TEST()44 (WebTransportStreamPriority{ in TEST()45 WebTransportStreamPriority::StreamType::kData, 0})); in TEST()46 EXPECT_NE(WebTransportStreamPriority(), in TEST()47 (WebTransportStreamPriority{ in TEST()48 WebTransportStreamPriority::StreamType::kData, 1})); in TEST()[all …]
47 struct QUICHE_EXPORT WebTransportStreamPriority { struct64 bool operator==(const WebTransportStreamPriority& other) const { argument67 bool operator!=(const WebTransportStreamPriority& other) const {77 explicit QuicStreamPriority(WebTransportStreamPriority priority) in QuicStreamPriority()85 return QuicStreamPriority(WebTransportStreamPriority()); in Default()104 WebTransportStreamPriority web_transport() const { in web_transport()105 if (absl::holds_alternative<WebTransportStreamPriority>(value_)) { in web_transport()106 return absl::get<WebTransportStreamPriority>(value_); in web_transport()111 return WebTransportStreamPriority(); in web_transport()123 QuicPriorityType operator()(const WebTransportStreamPriority&) { in operator()[all …]
46 case quic::WebTransportStreamPriority::StreamType::kData: in QuicRequestNetLogParams()49 case quic::WebTransportStreamPriority::StreamType::kHttp: in QuicRequestNetLogParams()52 case quic::WebTransportStreamPriority::StreamType::kStatic: in QuicRequestNetLogParams()