Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
H A Drecords.pyx.pxi57 buffer_hint = GRPC_WRITE_BUFFER_HINT variable in WriteFlag
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/
Dmod.rs732 pub fn buffer_hint(mut self, need_buffered: bool) -> WriteFlags { in buffer_hint() method