Home
last modified time | relevance | path

Searched refs:GRPC_WRITE_THROUGH (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h405 #define GRPC_WRITE_THROUGH (0x00000004u) macro
408 (GRPC_WRITE_BUFFER_HINT | GRPC_WRITE_NO_COMPRESS | GRPC_WRITE_THROUGH)
429 GRPC_INITIAL_METADATA_CORKED | GRPC_WRITE_THROUGH)
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcall.h175 SetBit(GRPC_WRITE_THROUGH); in set_write_through()
179 inline bool is_write_through() const { return GetBit(GRPC_WRITE_THROUGH); } in is_write_through()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc1308 s->fetching_send_message->flags() & GRPC_WRITE_THROUGH in continue_fetching_send_locked()