Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dwrite_size_policy.h34 static constexpr Duration FastWrite() { return Duration::Milliseconds(100); } in FastWrite() function
/external/rust/crates/hyper/src/proto/h1/
Drole.rs1489 struct FastWrite<'a>(&'a mut Vec<u8>); struct
1491 impl<'a> fmt::Write for FastWrite<'a> { implementation