Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
Doghttp2_session.cc321 struct OgHttp2Session::ProcessBytesResultVisitor { struct in http2::adapter::OgHttp2Session
322 int64_t operator()(const int64_t bytes) const { return bytes; } in operator ()()
324 int64_t operator()(const ProcessBytesError error) const { in operator ()()
Doghttp2_session.h296 struct QUICHE_EXPORT ProcessBytesResultVisitor; variable