Home
last modified time | relevance | path

Searched refs:writeFlags (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCallSafeHandle.cs69 …nary(IUnaryResponseClientCallback callback, byte[] payload, WriteFlags writeFlags, MetadataArraySa… in StartUnary() argument
74 …ll_start_unary(this, ctx, payload, new UIntPtr((ulong)payload.Length), writeFlags, metadataArray, … in StartUnary()
79 …public void StartUnary(BatchContextSafeHandle ctx, byte[] payload, WriteFlags writeFlags, Metadata… in StartUnary() argument
81 …ll_start_unary(this, ctx, payload, new UIntPtr((ulong)payload.Length), writeFlags, metadataArray, … in StartUnary()
94 …g(IReceivedStatusOnClientCallback callback, byte[] payload, WriteFlags writeFlags, MetadataArraySa… in StartServerStreaming() argument
99 …rver_streaming(this, ctx, payload, new UIntPtr((ulong)payload.Length), writeFlags, metadataArray, … in StartServerStreaming()
112 …ndMessage(ISendCompletionCallback callback, byte[] payload, WriteFlags writeFlags, bool sendEmptyI… in StartSendMessage() argument
117 …l_send_message(this, ctx, payload, new UIntPtr((ulong)payload.Length), writeFlags, sendEmptyInitia… in StartSendMessage()
131 byte[] optionalPayload, WriteFlags writeFlags) in StartSendStatusFromServer() argument
139 optionalPayload, optionalPayloadLength, writeFlags).CheckOk(); in StartSendStatusFromServer()
DINativeCall.cs70 …nary(IUnaryResponseClientCallback callback, byte[] payload, WriteFlags writeFlags, MetadataArraySa… in StartUnary() argument
72 …void StartUnary(BatchContextSafeHandle ctx, byte[] payload, WriteFlags writeFlags, MetadataArraySa… in StartUnary() argument
76 …g(IReceivedStatusOnClientCallback callback, byte[] payload, WriteFlags writeFlags, MetadataArraySa… in StartServerStreaming() argument
86 …ndMessage(ISendCompletionCallback callback, byte[] payload, WriteFlags writeFlags, bool sendEmptyI… in StartSendMessage() argument
90 …andle metadataArray, bool sendEmptyInitialMetadata, byte[] optionalPayload, WriteFlags writeFlags); in StartSendStatusFromServer() argument
DAsyncCallServer.cs81 public Task SendMessageAsync(TResponse msg, WriteFlags writeFlags) in SendMessageAsync() argument
83 return SendMessageInternalAsync(msg, writeFlags); in SendMessageAsync()
133 … var writeFlags = optionalWrite.HasValue ? optionalWrite.Value.WriteFlags : default(WriteFlags); in SendStatusFromServerAsync()
144 payload, writeFlags); in SendStatusFromServerAsync()
253 public ResponseWithFlags(TResponse response, WriteFlags writeFlags) in ResponseWithFlags()
256 this.WriteFlags = writeFlags; in ResponseWithFlags()
DAsyncCallBase.cs116 protected Task SendMessageInternalAsync(TWrite msg, WriteFlags writeFlags) in SendMessageInternalAsync() argument
129 … call.StartSendMessage(SendCompletionCallback, payload, writeFlags, !initialMetadataSent); in SendMessageInternalAsync()
DNativeMethods.Generated.cs462 …xtSafeHandle ctx, byte[] sendBuffer, UIntPtr sendBufferLen, WriteFlags writeFlags, MetadataArraySa… in grpcsharp_call_start_unary_delegate() argument
464 …xtSafeHandle ctx, byte[] sendBuffer, UIntPtr sendBufferLen, WriteFlags writeFlags, MetadataArraySa… in grpcsharp_call_start_server_streaming_delegate() argument
466 …xtSafeHandle ctx, byte[] sendBuffer, UIntPtr sendBufferLen, WriteFlags writeFlags, int sendEmptyIn… in grpcsharp_call_send_message_delegate() argument
468 …yInitialMetadata, byte[] optionalSendBuffer, UIntPtr optionalSendBufferLen, WriteFlags writeFlags); in grpcsharp_call_send_status_from_server_delegate() argument
617 …xtSafeHandle ctx, byte[] sendBuffer, UIntPtr sendBufferLen, WriteFlags writeFlags, MetadataArraySa… in grpcsharp_call_start_unary() argument
623 …xtSafeHandle ctx, byte[] sendBuffer, UIntPtr sendBufferLen, WriteFlags writeFlags, MetadataArraySa… in grpcsharp_call_start_server_streaming() argument
629 …xtSafeHandle ctx, byte[] sendBuffer, UIntPtr sendBufferLen, WriteFlags writeFlags, int sendEmptyIn… in grpcsharp_call_send_message() argument
635 …yInitialMetadata, byte[] optionalSendBuffer, UIntPtr optionalSendBufferLen, WriteFlags writeFlags); in grpcsharp_call_send_status_from_server() argument
910 …xtSafeHandle ctx, byte[] sendBuffer, UIntPtr sendBufferLen, WriteFlags writeFlags, MetadataArraySa… in grpcsharp_call_start_unary() argument
916 …xtSafeHandle ctx, byte[] sendBuffer, UIntPtr sendBufferLen, WriteFlags writeFlags, MetadataArraySa… in grpcsharp_call_start_server_streaming() argument
[all …]
DAsyncCall.cs295 public Task SendMessageAsync(TRequest msg, WriteFlags writeFlags) in SendMessageAsync() argument
297 return SendMessageInternalAsync(msg, writeFlags); in SendMessageAsync()
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DFakeNativeCall.cs104 …nary(IUnaryResponseClientCallback callback, byte[] payload, WriteFlags writeFlags, MetadataArraySa… in StartUnary() argument
110 …public void StartUnary(BatchContextSafeHandle ctx, byte[] payload, WriteFlags writeFlags, Metadata… in StartUnary() argument
122 …g(IReceivedStatusOnClientCallback callback, byte[] payload, WriteFlags writeFlags, MetadataArraySa… in StartServerStreaming() argument
149 …ndMessage(ISendCompletionCallback callback, byte[] payload, WriteFlags writeFlags, bool sendEmptyI… in StartSendMessage() argument
160 byte[] optionalPayload, WriteFlags writeFlags) in StartSendStatusFromServer() argument
/external/grpc-grpc/src/csharp/Grpc.Microbenchmarks/
DSendMessageBenchmark.cs61 var writeFlags = default(WriteFlags); in ThreadBody()
66 call.StartSendMessage(sendCompletionCallback, payload, writeFlags, false); in ThreadBody()
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template30 …xtSafeHandle ctx, byte[] sendBuffer, UIntPtr sendBufferLen, WriteFlags writeFlags, MetadataArraySa…
32 …xtSafeHandle ctx, byte[] sendBuffer, UIntPtr sendBufferLen, WriteFlags writeFlags, MetadataArraySa…
34 …xtSafeHandle ctx, byte[] sendBuffer, UIntPtr sendBufferLen, WriteFlags writeFlags, int sendEmptyIn…
36 …InitialMetadata, byte[] optionalSendBuffer, UIntPtr optionalSendBufferLen, WriteFlags writeFlags)',