Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
H A Dhttp2_constants_test_util.h17 std::vector<Http2ErrorCode> AllHttp2ErrorCodes();
H A Dhttp2_constants_test_util.cc10 std::vector<Http2ErrorCode> AllHttp2ErrorCodes() { in AllHttp2ErrorCodes() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/
H A Drst_stream_payload_decoder_test.cc77 for (auto error_code : AllHttp2ErrorCodes()) { in TEST_F()