Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_record_protocol_test.cc66 static uint8_t* pointer_to_nth_byte(grpc_slice_buffer* sb, size_t index) { in pointer_to_nth_byte() function
89 uint8_t* first_ptr = pointer_to_nth_byte(first, i); in are_slice_buffers_equal()
90 uint8_t* second_ptr = pointer_to_nth_byte(second, i); in are_slice_buffers_equal()
107 uint8_t* ptr = pointer_to_nth_byte(sb, offset); in alter_random_byte()
Dalts_zero_copy_grpc_protector_test.cc68 static uint8_t* pointer_to_nth_byte(grpc_slice_buffer* sb, size_t index) { in pointer_to_nth_byte() function
91 uint8_t* first_ptr = pointer_to_nth_byte(first, i); in are_slice_buffers_equal()
92 uint8_t* second_ptr = pointer_to_nth_byte(second, i); in are_slice_buffers_equal()