HomeSort by relevance Sort by last modified time
    Searched defs:isAtEnd (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Lex/
TokenLexer.h 147 /// isAtEnd - Return true if the next lex call will pop this macro off the
149 bool isAtEnd() const {
  /external/llvm/include/llvm/ADT/
SCCIterator.h 144 // Direct loop termination test: I.isAtEnd() is more efficient than I == end()
145 inline bool isAtEnd() const {
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 81 if (isAtEnd()) {
645 public boolean isAtEnd() throws IOException {
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 79 if (isAtEnd()) {
589 public boolean isAtEnd() throws IOException {
  /external/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 98 assertTrue(input.isAtEnd());
109 assertTrue(input.isAtEnd());
202 assertTrue(input.isAtEnd());
209 assertTrue(input.isAtEnd());
221 assertTrue(input.isAtEnd());
228 assertTrue(input.isAtEnd());
347 assertTrue(input.isAtEnd());
MicroTest.java     [all...]

Completed in 718 milliseconds