Searched refs:lotsa_as (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/test/core/surface/ |
D | byte_buffer_reader_test.cc | 199 char* lotsa_as[512]; in test_readall() local 208 memset(lotsa_as, 'a', 512 * sizeof(lotsa_as[0])); in test_readall() 212 memcpy(GRPC_SLICE_START_PTR(slices[0]), lotsa_as, 512); in test_readall() 225 GPR_ASSERT(memcmp(GRPC_SLICE_START_PTR(slice_out), lotsa_as, 512) == 0); in test_readall() 233 char* lotsa_as[512]; in test_byte_buffer_copy() local 243 memset(lotsa_as, 'a', 512 * sizeof(lotsa_as[0])); in test_byte_buffer_copy() 247 memcpy(GRPC_SLICE_START_PTR(slices[0]), lotsa_as, 512); in test_byte_buffer_copy() 261 GPR_ASSERT(memcmp(GRPC_SLICE_START_PTR(slice_out), lotsa_as, 512) == 0); in test_byte_buffer_copy()
|