Home
last modified time | relevance | path

Searched defs:small_array_of_smalls (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libgav1/tests/
H A Dutils_test.cc89 std::unique_ptr<SmallMaxAligned[]> small_array_of_smalls( in TEST() local
100 std::unique_ptr<SmallMaxAligned[]> small_array_of_smalls( in TEST() local
/aosp_15_r20/external/libgav1/src/utils/
H A Dmemory_test.cc97 std::unique_ptr<Small[]> small_array_of_smalls(new (std::nothrow) Small[10]); in TEST() local
143 std::unique_ptr<SmallMaxAligned[]> small_array_of_smalls( in TEST() local