Home
last modified time | relevance | path

Searched defs:writeFlags (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DFakeNativeCall.cs104 …StartUnary(IUnaryResponseClientCallback callback, byte[] payload, WriteFlags writeFlags, MetadataA… in StartUnary()
110 …public void StartUnary(BatchContextSafeHandle ctx, byte[] payload, WriteFlags writeFlags, Metadata… in StartUnary()
122 …reaming(IReceivedStatusOnClientCallback callback, byte[] payload, WriteFlags writeFlags, MetadataA… in StartServerStreaming()
149 …tartSendMessage(ISendCompletionCallback callback, byte[] payload, WriteFlags writeFlags, bool send… in StartSendMessage()
160 byte[] optionalPayload, WriteFlags writeFlags) in StartSendStatusFromServer()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCallSafeHandle.cs69 …StartUnary(IUnaryResponseClientCallback callback, byte[] payload, WriteFlags writeFlags, MetadataA… in StartUnary()
79 …public void StartUnary(BatchContextSafeHandle ctx, byte[] payload, WriteFlags writeFlags, Metadata… in StartUnary()
94 …reaming(IReceivedStatusOnClientCallback callback, byte[] payload, WriteFlags writeFlags, MetadataA… in StartServerStreaming()
112 …tartSendMessage(ISendCompletionCallback callback, byte[] payload, WriteFlags writeFlags, bool send… in StartSendMessage()
131 byte[] optionalPayload, WriteFlags writeFlags) in StartSendStatusFromServer()
DINativeCall.cs70 …StartUnary(IUnaryResponseClientCallback callback, byte[] payload, WriteFlags writeFlags, MetadataA… in StartUnary()
72 …void StartUnary(BatchContextSafeHandle ctx, byte[] payload, WriteFlags writeFlags, MetadataArraySa… in StartUnary()
76 …reaming(IReceivedStatusOnClientCallback callback, byte[] payload, WriteFlags writeFlags, MetadataA… in StartServerStreaming()
86 …tartSendMessage(ISendCompletionCallback callback, byte[] payload, WriteFlags writeFlags, bool send… in StartSendMessage()
90 …andle metadataArray, bool sendEmptyInitialMetadata, byte[] optionalPayload, WriteFlags writeFlags); in StartSendStatusFromServer()
DNativeMethods.Generated.cs462 …hContextSafeHandle ctx, byte[] sendBuffer, UIntPtr sendBufferLen, WriteFlags writeFlags, MetadataA… in grpcsharp_call_start_unary_delegate()
464 …hContextSafeHandle ctx, byte[] sendBuffer, UIntPtr sendBufferLen, WriteFlags writeFlags, MetadataA… in grpcsharp_call_start_server_streaming_delegate()
466 …hContextSafeHandle ctx, byte[] sendBuffer, UIntPtr sendBufferLen, WriteFlags writeFlags, int sendE… in grpcsharp_call_send_message_delegate()
468 …yInitialMetadata, byte[] optionalSendBuffer, UIntPtr optionalSendBufferLen, WriteFlags writeFlags); in grpcsharp_call_send_status_from_server_delegate()
617 …hContextSafeHandle ctx, byte[] sendBuffer, UIntPtr sendBufferLen, WriteFlags writeFlags, MetadataA… in grpcsharp_call_start_unary()
623 …hContextSafeHandle ctx, byte[] sendBuffer, UIntPtr sendBufferLen, WriteFlags writeFlags, MetadataA… in grpcsharp_call_start_server_streaming()
629 …hContextSafeHandle ctx, byte[] sendBuffer, UIntPtr sendBufferLen, WriteFlags writeFlags, int sendE… in grpcsharp_call_send_message()
635 …yInitialMetadata, byte[] optionalSendBuffer, UIntPtr optionalSendBufferLen, WriteFlags writeFlags); in grpcsharp_call_send_status_from_server()
910 …hContextSafeHandle ctx, byte[] sendBuffer, UIntPtr sendBufferLen, WriteFlags writeFlags, MetadataA… in grpcsharp_call_start_unary()
916 …hContextSafeHandle ctx, byte[] sendBuffer, UIntPtr sendBufferLen, WriteFlags writeFlags, MetadataA… in grpcsharp_call_start_server_streaming()
[all …]
DAsyncCallServer.cs81 public Task SendMessageAsync(TResponse msg, WriteFlags writeFlags) in SendMessageAsync()
DAsyncCallBase.cs116 protected Task SendMessageInternalAsync(TWrite msg, WriteFlags writeFlags) in SendMessageInternalAsync()
DAsyncCall.cs295 public Task SendMessageAsync(TRequest msg, WriteFlags writeFlags) in SendMessageAsync()