Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/surface/
Dbyte_buffer_reader_test.cc200 char* lotsa_bs[1024]; in test_readall() local
209 memset(lotsa_bs, 'b', 1024 * sizeof(lotsa_bs[0])); in test_readall()
214 memcpy(GRPC_SLICE_START_PTR(slices[1]), lotsa_bs, 1024); in test_readall()
226 GPR_ASSERT(memcmp(&(GRPC_SLICE_START_PTR(slice_out)[512]), lotsa_bs, 1024) == in test_readall()
234 char* lotsa_bs[1024]; in test_byte_buffer_copy() local
244 memset(lotsa_bs, 'b', 1024 * sizeof(lotsa_bs[0])); in test_byte_buffer_copy()
249 memcpy(GRPC_SLICE_START_PTR(slices[1]), lotsa_bs, 1024); in test_byte_buffer_copy()
262 GPR_ASSERT(memcmp(&(GRPC_SLICE_START_PTR(slice_out)[512]), lotsa_bs, 1024) == in test_byte_buffer_copy()