Home
last modified time | relevance | path

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

/third_party/boost/libs/iostreams/test/
Dlzma_test.cpp33 struct lzma_alloc : std::allocator<char> { struct
34 lzma_alloc() { } in lzma_alloc() function
35 lzma_alloc(const lzma_alloc& other) { } in lzma_alloc() function
37 lzma_alloc(const std::allocator<T>& other) { } in lzma_alloc() function
46 test_filter_pair( basic_lzma_compressor<lzma_alloc>(), in compression_test()
47 basic_lzma_decompressor<lzma_alloc>(), in compression_test()