Searched refs:fetchToPos (Results 1 – 2 of 2) sorted by relevance
76 return fetchToPos(address); in isValidAddress()83 while (fetchToPos(pos)) pos += kChunkSize; in getExtent()89 fetchToPos(Address + Size - 1); in readBytes()
66 bool fetchToPos(size_t Pos) const { in fetchToPos() function