/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | CallSafeHandle.cs | 69 …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()
|
D | INativeCall.cs | 70 …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
|
D | AsyncCallServer.cs | 81 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()
|
D | AsyncCallBase.cs | 116 protected Task SendMessageInternalAsync(TWrite msg, WriteFlags writeFlags) in SendMessageInternalAsync() argument 129 … call.StartSendMessage(SendCompletionCallback, payload, writeFlags, !initialMetadataSent); in SendMessageInternalAsync()
|
D | NativeMethods.Generated.cs | 462 …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 …]
|
D | AsyncCall.cs | 295 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/ |
D | FakeNativeCall.cs | 104 …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/ |
D | SendMessageBenchmark.cs | 61 var writeFlags = default(WriteFlags); in ThreadBody() 66 call.StartSendMessage(sendCompletionCallback, payload, writeFlags, false); in ThreadBody()
|
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/ |
D | NativeMethods.Generated.cs.template | 30 …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)',
|