Searched refs:handle_to_int32_array (Results 1 – 1 of 1) sorted by relevance
22 auto handle_to_int32_array = a->Reserve<std::int32_t>(int32_array_size); in test_allocator() local27 a->GetPointer<std::int32_t>(handle_to_int32_array); in test_allocator()29 Check(int32_array == a->GetPointer<std::int32_t>(handle_to_int32_array)); in test_allocator()