Searched refs:handle_to_int8_array (Results 1 – 1 of 1) sorted by relevance
24 auto handle_to_int8_array = a->Reserve<std::int8_t>(int8_array_size); in test_allocator() local28 std::int8_t* int8_array = a->GetPointer<std::int8_t>(handle_to_int8_array); in test_allocator()30 Check(int8_array == a->GetPointer<std::int8_t>(handle_to_int8_array)); in test_allocator()