Home
last modified time | relevance | path

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

/third_party/boost/libs/iostreams/test/
Dgzip_test.cpp29 struct gzip_alloc : std::allocator<char> { struct
30 gzip_alloc() { } in gzip_alloc() argument
31 gzip_alloc(const gzip_alloc& other) { } in gzip_alloc() function
33 gzip_alloc(const std::allocator<T>& other) { } in gzip_alloc() function