Searched defs:isAtEnd (Results 1 - 11 of 11) sorted by relevance

/external/skia/platform_tools/android/apps/canvasproof/src/main/jni/
H A DJavaInputStream.cpp25 bool JavaInputStream::isAtEnd() const { return fStartIndex == fEndIndex; } function in class:JavaInputStream
43 if (this->isAtEnd()) {
/external/clang/include/clang/Lex/
H A DTokenLexer.h156 /// isAtEnd - Return true if the next lex call will pop this macro off the
158 bool isAtEnd() const { function in class:clang::TokenLexer
/external/skia/src/utils/
H A DSkFrontBufferedStream.cpp21 bool isAtEnd() const override;
80 bool FrontBufferedStream::isAtEnd() const { function in class:FrontBufferedStream
87 return fStream->isAtEnd();
193 if (size > 0 && fBufferedSoFar < fBufferSize && !fStream->isAtEnd()) {
205 if (size > 0 && !fStream->isAtEnd()) {
/external/llvm/include/llvm/ADT/
H A DSCCIterator.h107 bool isAtEnd() const { function in class:llvm::scc_iterator
/external/skia/src/utils/win/
H A DSkDWriteFontFileStream.cpp80 bool SkDWriteFontFileStream::isAtEnd() const { function in class:SkDWriteFontFileStream
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DCodedInputStreamMicro.java79 if (isAtEnd()) {
591 public boolean isAtEnd() throws IOException { method in class:CodedInputStreamMicro
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DCodedInputByteBufferNano.java71 if (isAtEnd()) {
535 public boolean isAtEnd() { method in class:CodedInputByteBufferNano
/external/llvm/include/llvm/Support/
H A DYAMLParser.h556 if (isAtEnd() || Other.isAtEnd())
557 return isAtEnd() && Other.isAtEnd();
579 bool isAtEnd() const { return !Doc || !*Doc; } function in class:llvm::yaml::document_iterator
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DCodedInputStream.java149 if (isAtEnd()) {
1040 public boolean isAtEnd() throws IOException { method in class:CodedInputStream
/external/skia/src/core/
H A DSkStream.cpp216 bool SkFILEStream::isAtEnd() const { function in class:SkFILEStream
380 bool SkMemoryStream::isAtEnd() const { function in class:SkMemoryStream
728 bool isAtEnd() const override {
898 } while (!stream->isAtEnd());
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...

Completed in 521 milliseconds