Searched defs:ProcessBytes (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/ | ||
H A D | nghttp2_session.cc | 34 int64_t NgHttp2Session::ProcessBytes(absl::string_view bytes) { in ProcessBytes() function in http2::adapter::NgHttp2Session |
H A D | oghttp2_adapter.cc | 36 int64_t OgHttp2Adapter::ProcessBytes(absl::string_view bytes) { in ProcessBytes() function in http2::adapter::OgHttp2Adapter |
H A D | nghttp2_adapter.cc | 78 int64_t NgHttp2Adapter::ProcessBytes(absl::string_view bytes) { in ProcessBytes() function in http2::adapter::NgHttp2Adapter |
H A D | oghttp2_session.cc | 466 int64_t OgHttp2Session::ProcessBytes(absl::string_view bytes) { in ProcessBytes() function in http2::adapter::OgHttp2Session |
H A D | oghttp2_adapter_test.cc | 50 TEST(OgHttp2AdapterTest, ProcessBytes) { in TEST() argument |