Lines Matching +defs:position +defs:bytes
114 const size_t position; member
119 Chunk FindChunk(size_t position) { in FindChunk()
137 virtual void ProcessChunk(const uint8_t* data, size_t position, in ProcessChunk()
145 void FetchChunk(size_t position) { in FetchChunk()
171 void ProcessChunk(const uint8_t* data, size_t position, size_t length) final { in ProcessChunk()
266 size_t position = pos(); in ReadBlock() local
303 size_t position = pos(); in ReadBlock() local
392 size_t position = pos(); in ReadBlock() local
435 size_t bytes; member
474 bool Utf8ExternalStreamingStream::SkipToPosition(size_t position) { in SkipToPosition()
576 void Utf8ExternalStreamingStream::SearchPosition(size_t position) { in SearchPosition()
655 size_t Utf8ExternalStreamingStream::FillBuffer(size_t position) { in FillBuffer()