Home
last modified time | relevance | path

Searched defs:get_buffer_hint (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/
Dcall_op_set.h134 inline bool get_buffer_hint() const { return GetBit(GRPC_WRITE_BUFFER_HINT); } in get_buffer_hint() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/
Dcall_op_set.h134 inline bool get_buffer_hint() const { return GetBit(GRPC_WRITE_BUFFER_HINT); } in get_buffer_hint() function
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/
H A Dcall_op_set.h134 inline bool get_buffer_hint() const { return GetBit(GRPC_WRITE_BUFFER_HINT); } in get_buffer_hint() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/
Dmod.rs752 pub fn get_buffer_hint(self) -> bool { in get_buffer_hint() method