Searched refs:isEnd (Results 1 – 12 of 12) 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
39 boolean isEnd;
34 boolean isEnd;
212 if (mCurrent.isEnd()) receive(); in operator ++()229 CHECK(mCurrent.isEnd()) << "Trying to receive without draining previous read"; in receive()
94 bool isEnd() const { return _current == _max; } in isEnd() function
114 if (isEnd()) in write()
100 msg.isEnd(true); in scan()
108 msg.isEnd(true); in scanThreadLoop()
341 msg.set<FrontendScanMessage::Tag::isEnd>(true); in scanThreadLoop()
1293 bool isEnd;