Home
last modified time | relevance | path

Searched defs:EqualsFrames (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dtest_utils_test.cc15 TEST(EqualsFrames, Empty) { in TEST() argument
19 TEST(EqualsFrames, SingleFrameWithLength) { in TEST() argument
35 TEST(EqualsFrames, SingleFrameWithoutLength) { in TEST() argument
56 TEST(EqualsFrames, MultipleFrames) { in TEST() argument
H A Dtest_utils.cc210 testing::Matcher<absl::string_view> EqualsFrames( in EqualsFrames() function
216 testing::Matcher<absl::string_view> EqualsFrames( in EqualsFrames() function
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_channel_test.cc465 ::testing::Matcher<std::vector<std::unique_ptr<WebSocketFrame>>*> EqualsFrames( in EqualsFrames() function