Searched defs:isAtEnd (Results 1 – 6 of 6) sorted by relevance
41 bool AssetStreamAdaptor::isAtEnd() const { in isAtEnd() function in AssetStreamAdaptor
97 bool isAtEnd() const override { return mLength == mPosition; } in isAtEnd() function in ByteBufferStream217 bool isAtEnd() const override { return mLength == mPosition; } in isAtEnd() function in ByteArrayStream
90 bool isAtEnd() const override { return fIsAtEnd; } in isAtEnd() function in JavaInputStreamAdaptor
395 - (BOOL)isAtEnd { method
534 public boolean isAtEnd() { in isAtEnd() method in CodedInputByteBufferNano
1034 public boolean isAtEnd() throws IOException { in isAtEnd() method in CodedInputStream