Home
last modified time | relevance | path

Searched defs: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() argument
35 lzma_alloc(const lzma_alloc& other) { } in lzma_alloc() function
37 lzma_alloc(const std::allocator<T>& other) { } in lzma_alloc() argument