Searched refs:isEnd (Results 1 – 5 of 5) sorted by relevance
109 CHECK(isEnd()) << "end() iterator should indicate it's beyond end"; in iterator()123 if (isEnd() && other.isEnd()) return true;130 bool isEnd() const { return !mCurrent.ok(); } in isEnd() function
168 if (mCurrent.isEnd()) receive(); in operator ++()185 CHECK(mCurrent.isEnd()) << "Trying to receive without draining previous read"; in receive()
100 msg.isEnd(true); in scan()
94 msg.isEnd(true); in scan()
1293 bool isEnd;