Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DPayloads.cs92 public int ReqSize { property in Grpc.Testing.ByteBufferParams
123 if (ReqSize != other.ReqSize) return false; in Equals()
131 if (ReqSize != 0) hash ^= ReqSize.GetHashCode(); in GetHashCode()
149 if (ReqSize != 0) { in WriteTo()
151 output.WriteInt32(ReqSize); in WriteTo()
166 if (ReqSize != 0) { in IBufferMessage.InternalWriteTo()
168 output.WriteInt32(ReqSize); in IBufferMessage.InternalWriteTo()
183 if (ReqSize != 0) { in CalculateSize()
184 size += 1 + pb::CodedOutputStream.ComputeInt32Size(ReqSize); in CalculateSize()
200 if (other.ReqSize != 0) { in MergeFrom()
[all …]
DRunnerClientServerTest.cs69 ReqSize = 100, in ClientServerRunner()
DClientRunners.cs145 …is.cachedByteBufferRequest = new Lazy<byte[]>(() => new byte[payloadConfig.BytebufParams.ReqSize]); in ClientRunnerImpl()
341 Payload = CreateZerosPayload(payloadConfig.SimpleParams.ReqSize), in CreateSimpleRequest()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp223 unsigned ReqSize = AllocByteOffset + BitSize; in allocate() local
224 BitAllocs[Bit] = ReqSize; in allocate()
225 if (Bytes.size() < ReqSize) in allocate()
226 Bytes.resize(ReqSize); in allocate()