Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DClientRunners.cs129 readonly Lazy<byte[]> cachedByteBufferRequest; field in Grpc.IntegrationTesting.ClientRunnerImpl
145 …this.cachedByteBufferRequest = new Lazy<byte[]>(() => new byte[payloadConfig.BytebufParams.ReqSize… in ClientRunnerImpl()
281 var request = cachedByteBufferRequest.Value; in RunGenericStreamingAsync()