Searched defs:SelectPayloadLength (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/ | ||
H A D | nghttp2_test_utils.h | 29 size_t SelectPayloadLength(size_t max_length) { in SelectPayloadLength() function |
H A D | test_utils.cc | 35 std::pair<int64_t, bool> TestDataFrameSource::SelectPayloadLength( in SelectPayloadLength() function in http2::adapter::test::TestDataFrameSource |
H A D | nghttp2_util.cc | 170 std::pair<int64_t, bool> SelectPayloadLength(size_t max_length) override { in SelectPayloadLength() function in http2::adapter::Nghttp2DataFrameSource |
/aosp_15_r20/external/cronet/net/test/embedded_test_server/ | ||
H A D | http2_connection.cc | 60 std::pair<int64_t, bool> SelectPayloadLength(size_t max_length) override { in SelectPayloadLength() function in net::test_server::Http2Connection::DataFrameSource |