Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/test/src/__support/
H A Dblockstore_test.cpp22 LIBC_NAMESPACE::BlockStore<Element, BLOCK_SIZE, REVERSE> block_store; in populate_and_iterate() local
47 BlockStore<int, 4, REVERSE> block_store; in back_test() local
57 BlockStore<int, 2, REVERSE> block_store; in empty_test() local
70 BlockStore<int, 2, REVERSE> block_store; in erase_test() local
/aosp_15_r20/external/llvm-libc/src/__support/
H A Dblockstore.h236 BlockStore<T, BLOCK_SIZE, REVERSE_ORDER> *block_store) { in destroy()