Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/compression/
Dstream_compression_test.cc37 static bool slice_buffer_equals_string(grpc_slice_buffer* buf, in slice_buffer_equals_string() function
82 GPR_ASSERT(slice_buffer_equals_string(&sink, test_str)); in test_stream_compression_simple_compress_decompress()
128 GPR_ASSERT(slice_buffer_equals_string(&sink, test_str + max_output_size)); in test_stream_compression_simple_compress_decompress_with_output_size_constraint()
165 GPR_ASSERT(slice_buffer_equals_string(&sink, test_str)); in test_stream_compression_simple_compress_decompress_with_large_data()
223 GPR_ASSERT(slice_buffer_equals_string(&sink, test_str)); in test_stream_compression_drop_context()
234 GPR_ASSERT(slice_buffer_equals_string(&sink, test_str2)); in test_stream_compression_drop_context()
267 GPR_ASSERT(slice_buffer_equals_string(&sink, test_str)); in test_stream_compression_sync_flush()
282 GPR_ASSERT(slice_buffer_equals_string(&sink, test_str2)); in test_stream_compression_sync_flush()