Home
last modified time | relevance | path

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

/third_party/grpc/test/core/compression/
Dstream_compression_test.cc117 grpc_slice slice_recv = grpc_slice_buffer_take_first(&sink); in test_stream_compression_simple_compress_decompress_with_output_size_constraint() local
118 char* str_recv = reinterpret_cast<char*> GRPC_SLICE_START_PTR(slice_recv); in test_stream_compression_simple_compress_decompress_with_output_size_constraint()
119 GPR_ASSERT(GRPC_SLICE_LENGTH(slice_recv) == max_output_size); in test_stream_compression_simple_compress_decompress_with_output_size_constraint()
121 grpc_slice_unref(slice_recv); in test_stream_compression_simple_compress_decompress_with_output_size_constraint()