Home
last modified time | relevance | path

Searched refs:AlpsDecoderTestWithFeature (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/net/spdy/
H A Dalps_decoder_test.cc320 class AlpsDecoderTestWithFeature : public ::testing::TestWithParam<bool> { class
334 INSTANTIATE_TEST_SUITE_P(All, AlpsDecoderTestWithFeature, testing::Bool());
336 TEST_P(AlpsDecoderTestWithFeature, MalformedAcceptChFrame) { in TEST_P() argument