/** * @return estimated size of object in bytes **/ uint64_t byteSize() const { return sizeof(uint64_t)+ B.byteSize()+ R->byteSize()+ A8.byteSize()+ A64.byteSize(); }
size_t byteSize() const { return sizeof(out) + B.byteSize() + sizeof(pa) + sizeof(pc) + sizeof(pe); }
size_t byteSize() const { return sizeof(Pstream) + sizeof(ic) + sizeof(flushed) + writeCache.byteSize() + sizeof(wa) + sizeof(wc) + sizeof(we); }
uint64_t byteSize() const { return sizeof(CompactFastQContext) + qbuf.byteSize(); }
uint64_t byteSize() const { return DE.byteSize() + DO.byteSize(); }