Home
last modified time | relevance | path

Searched refs:GRPC_WRITE_BUFFER_HINT (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcall.h122 SetBit(GRPC_WRITE_BUFFER_HINT); in set_buffer_hint()
131 ClearBit(GRPC_WRITE_BUFFER_HINT); in clear_buffer_hint()
139 inline bool get_buffer_hint() const { return GetBit(GRPC_WRITE_BUFFER_HINT); } in get_buffer_hint()
144 SetBit(GRPC_WRITE_BUFFER_HINT); in set_corked()
149 ClearBit(GRPC_WRITE_BUFFER_HINT); in clear_corked()
153 inline bool is_corked() const { return GetBit(GRPC_WRITE_BUFFER_HINT); } in is_corked()
/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h400 #define GRPC_WRITE_BUFFER_HINT (0x00000001u) macro
408 (GRPC_WRITE_BUFFER_HINT | GRPC_WRITE_NO_COMPRESS | GRPC_WRITE_THROUGH)
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCallSafeHandle.cs52 const uint GRPC_WRITE_BUFFER_HINT = 1; field in Grpc.Core.Internal.CallSafeHandle
210 return buffered ? 0 : GRPC_WRITE_BUFFER_HINT; in GetFlags()
/external/grpc-grpc/src/php/ext/grpc/
Dphp_grpc.c124 REGISTER_LONG_CONSTANT("Grpc\\WRITE_BUFFER_HINT", GRPC_WRITE_BUFFER_HINT, in PHP_MINIT_FUNCTION()
/external/grpc-grpc/test/core/end2end/tests/
Drequest_with_flags.cc196 uint32_t flags[] = {GRPC_WRITE_BUFFER_HINT, GRPC_WRITE_NO_COMPRESS, in request_with_flags()
Dwrite_buffering_at_end.cc152 op->flags = GRPC_WRITE_BUFFER_HINT; in test_invoke_request_with_payload()
Dwrite_buffering.cc155 op->flags = GRPC_WRITE_BUFFER_HINT; in test_invoke_request_with_payload()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pyx.pxi59 buffer_hint = GRPC_WRITE_BUFFER_HINT
Dgrpc.pxi139 const int GRPC_WRITE_BUFFER_HINT
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_call.c870 UINT2NUM(GRPC_WRITE_BUFFER_HINT)); in Init_grpc_write_flags()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc1472 GRPC_WRITE_BUFFER_HINT))) { in perform_stream_op_locked()
1532 if (flags & GRPC_WRITE_BUFFER_HINT) { in perform_stream_op_locked()