Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Doghttp2_session.cc319 struct OgHttp2Session::ProcessBytesResultVisitor { struct in http2::adapter::OgHttp2Session
320 int64_t operator()(const int64_t bytes) const { return bytes; } in operator ()()
322 int64_t operator()(const ProcessBytesError error) const { in operator ()()
H A Doghttp2_session.h315 struct QUICHE_EXPORT ProcessBytesResultVisitor; variable