Esempio n. 1
0
			/**
			 * @return estimated size of object in bytes
			 **/
			uint64_t byteSize() const
			{
				return
					sizeof(uint64_t)+
					B.byteSize()+
					R->byteSize()+
					A8.byteSize()+
					A64.byteSize();
			}
Esempio n. 2
0
			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);
			}
Esempio n. 4
0
			uint64_t byteSize() const
			{
				return sizeof(CompactFastQContext) + qbuf.byteSize();
			}
Esempio n. 5
0
			uint64_t byteSize() const
			{
				return DE.byteSize() + DO.byteSize();
			}