Home
last modified time | relevance | path

Searched defs:BinaryHttpResponse (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/binary_http/
H A Dbinary_http_message_test.cc320 TEST(BinaryHttpResponse, EncodeNoBody) { in TEST() argument
348 TEST(BinaryHttpResponse, DecodeNoBody) { in TEST() argument
374 TEST(BinaryHttpResponse, EncodeBody) { in TEST() argument
408 TEST(BinaryHttpResponse, DecodeBody) { in TEST() argument
442 TEST(BinaryHttpResponse, EncodeMultiInformationalWithBody) { in TEST() argument
548 TEST(BinaryHttpResponse, DecodeMultiInformationalWithBody) { in TEST() argument
641 TEST(BinaryHttpResponse, Equality) { in TEST() argument
655 TEST(BinaryHttpResponse, Inequality) { in TEST() argument
777 TEST(BinaryHttpResponse, Padding) { in TEST() argument
H A Dbinary_http_message.h240 explicit BinaryHttpResponse(uint16_t status_code) in BinaryHttpResponse() function