Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DCallSafeHandle.cs53 const uint GRPC_WRITE_BUFFER_HINT = 1; field in Grpc.Core.Internal.CallSafeHandle
/third_party/grpc/include/grpc/impl/codegen/
Dgrpc_types.h472 #define GRPC_WRITE_BUFFER_HINT (0x00000001u) macro