Searched refs:m_readByte (Results 1 – 2 of 2) sorted by relevance
58 m_readByte = 0; in Initialize()108 m_readByte += ret; in Pull()138 return m_initSeqNum + 1 + m_readByte; in GetCurrentSequenceNumber()145 m_readByte = 0; in Clear()152 LOG("[SendBuffer] %u bytes read by Pull().\n", m_readByte); in PrintDebugInfo()
115 u32 m_readByte; // これまでにPullによって読み取られたデータのバイト数 variable