Searched refs:second_ptr (Results 1 – 3 of 3) sorted by relevance
92 uint8_t* second_ptr = pointer_to_nth_byte(second, i); in are_slice_buffers_equal() local93 GPR_ASSERT(first_ptr != nullptr && second_ptr != nullptr); in are_slice_buffers_equal()94 if ((*first_ptr) != (*second_ptr)) { in are_slice_buffers_equal()
90 uint8_t* second_ptr = pointer_to_nth_byte(second, i); in are_slice_buffers_equal() local92 GPR_ASSERT(second_ptr != nullptr); in are_slice_buffers_equal()93 if ((*first_ptr) != (*second_ptr)) { in are_slice_buffers_equal()
226 float* second_ptr = a.Allocate<float>(1 << 20); in TEST() local229 EXPECT_EQ(nullptr, second_ptr); in TEST()