Searched refs:BytesRead (Results 1 – 5 of 5) sorted by relevance
145 mutable size_t BytesRead; // Bytes read from stream variable157 while (Pos >= BytesRead) { in fetchToPos()158 Bytes.resize(BytesRead + BytesSkipped + kChunkSize); in fetchToPos()159 size_t bytes = Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped], in fetchToPos()161 BytesRead += bytes; in fetchToPos()163 if (ObjectSize && BytesRead < Pos) in fetchToPos()165 if (BytesRead <= Pos) { // reached EOF/ran out of bytes in fetchToPos()166 ObjectSize = BytesRead; in fetchToPos()
100 size_t pos = BytesRead + kChunkSize; in getExtent()123 if (BytesRead < s) return true; in dropLeadingBytes()125 BytesRead -= s; in dropLeadingBytes()142 Bytes(kChunkSize), Streamer(streamer), BytesRead(0), BytesSkipped(0), in StreamingMemoryObject()144 BytesRead = streamer->GetBytes(&Bytes[0], kChunkSize); in StreamingMemoryObject()
627 uint32_t BytesRead = 0; in phFriNfc_Desfire_Process() local855 BytesRead = phFriNfc_Desfire_HGetLeBytes(NdefMap); in phFriNfc_Desfire_Process()859 …( (NdefMap->DesfireCapContainer.SkipNlenBytesFlag == 1) && ((BytesRead == 1) || (BytesRead == 2 )… in phFriNfc_Desfire_Process()861 … BytesRead += PH_FRINFC_NDEFMAP_DESF_NLEN_SIZE_IN_BYTES; /* to take care of first 2 len bytes*/ in phFriNfc_Desfire_Process()870 if ( ( BytesRead == SendRecLen ) && in phFriNfc_Desfire_Process()
786 void TaskManagerModel::BytesRead(BytesReadParam param) { in BytesRead() function in TaskManagerModel818 BytesRead(param); in BytesRead()877 &TaskManagerModel::BytesRead, in OnBytesRead()
386 void BytesRead(BytesReadParam param);