Searched refs:offsetInCache (Results 1 – 1 of 1) sorted by relevance
133 uint64_t offsetInCache = offset - cacheDataMap_[streamID].GetOffset(); in PullDataWithCache() local134 if (size <= memory->GetSize() - offsetInCache) { in PullDataWithCache()136 bufferPtr->GetMemory()->Write(memory->GetReadOnlyData() + offsetInCache, size, 0); in PullDataWithCache()139 …Ptr->GetMemory()->Write(memory->GetReadOnlyData() + offsetInCache, memory->GetSize() - offsetInCac… in PullDataWithCache()141 uint64_t remainSize = size - (memory->GetSize() - offsetInCache); in PullDataWithCache()151 tempBuffer->GetMemory()->GetSize(), memory->GetSize() - offsetInCache); in PullDataWithCache()