Searched refs:BytesSkipped (Results 1 – 2 of 2) sorted by relevance
52 size_t BytesSkipped;// Bytes skipped at start of stream (e.g. wrapper/header) variable66 Bytes.resize(BytesRead + BytesSkipped + kChunkSize); in fetchToPos()67 size_t bytes = Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped], in fetchToPos()
103 memcpy(Buf, &Bytes[Address + BytesSkipped], Size); in readBytes()110 return &Bytes[Address + BytesSkipped]; in getPointer()115 BytesSkipped = s; in dropLeadingBytes()135 BytesSkipped(0), ObjectSize(0), EOFReached(false) { in StreamingMemoryObject()