Searched defs:SparseWrapper (Results 1 – 1 of 1) sorted by relevance
52 struct SparseWrapper { struct53 SparseWrapper(unsigned int block_size, int64_t len) { in SparseWrapper() function57 SparseWrapper(struct sparse_file* sf) { sparse = sf; } in SparseWrapper() argument59 ~SparseWrapper() { in ~SparseWrapper() argument65 const std::string Rep() { in Rep()75 struct sparse_file* sparse;