Searched refs:slice3 (Results 1 – 2 of 2) sorted by relevance
204 grpc_slice slice3 = in test_stream_compression_drop_context() local206 memcpy(GRPC_SLICE_START_PTR(slice3), GRPC_SLICE_START_PTR(slice1), in test_stream_compression_drop_context()208 memcpy(GRPC_SLICE_START_PTR(slice3) + GRPC_SLICE_LENGTH(slice1), in test_stream_compression_drop_context()212 grpc_slice_buffer_add(&relay, slice3); in test_stream_compression_drop_context()
97 Assert.IsTrue(fakeBufferReader.TryGetNextSlice(out Slice slice3)); in MultiSegmentPayload()98 AssertSliceDataEqual(origBuffer3, slice3); in MultiSegmentPayload()