Home
last modified time | relevance | path

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

/external/gemmlowp/test/
Dtest_allocator.cc22 auto handle_to_int32_array = a->Reserve<std::int32_t>(int32_array_size); in test_allocator() local
27 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()