Searched refs:BytesSkipped (Results 1 – 2 of 2) sorted by relevance
57 size_t BytesSkipped;// Bytes skipped at start of stream (e.g. wrapper/header) variable70 Bytes.resize(BytesRead + BytesSkipped + kChunkSize); in fetchToPos()71 size_t bytes = Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped], in fetchToPos()
98 memcpy(Buf, &Bytes[Address + BytesSkipped], Size); in readBytes()104 BytesSkipped = s; in dropLeadingBytes()120 Bytes(kChunkSize), Streamer(streamer), BytesRead(0), BytesSkipped(0), in StreamingMemoryObject()