Home
last modified time | relevance | path

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 Dnghttp2_test_utils.h29 size_t SelectPayloadLength(size_t max_length) { in SelectPayloadLength() function
H A Dtest_utils.cc35 std::pair<int64_t, bool> TestDataFrameSource::SelectPayloadLength( in SelectPayloadLength() function in http2::adapter::test::TestDataFrameSource
H A Dnghttp2_util.cc170 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 Dhttp2_connection.cc60 std::pair<int64_t, bool> SelectPayloadLength(size_t max_length) override { in SelectPayloadLength() function in net::test_server::Http2Connection::DataFrameSource