Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/pointers/
H A Draw_ptr_unittest.cc2220 CountingRawPtr<uint32_t> counting_ptr_end = counting_ptr + requested_elements; in TEST_F() local
2225 std::generate(counting_ptr, counting_ptr_end, [&gen_val]() { in TEST_F()
2240 counting_ptr_i < counting_ptr_end; counting_ptr_i++) { in TEST_F()
2267 for (uint32_t* ptr_i = ptr; ptr_i < counting_ptr_end; ptr_i++) { in TEST_F()
2281 for (uint32_t *ptr_i = counting_ptr, *ptr_i_end = counting_ptr_end; in TEST_F()
2296 counting_ptr_end = nullptr; in TEST_F()