Searched refs:isAtEnd (Results 1 - 9 of 9) sorted by relevance

/external/protobuf/java/src/test/java/com/google/protobuf/
H A DCodedInputStreamTest.java98 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());
H A DMicroTest.java2174 assertTrue(input.isAtEnd());
/external/clang/include/clang/Lex/
H A DTokenLexer.h148 /// isAtEnd - Return true if the next lex call will pop this macro off the
150 bool isAtEnd() const { function in class:clang::TokenLexer
/external/llvm/include/llvm/Support/
H A DYAMLParser.h520 if (isAtEnd() || Other.isAtEnd())
521 return isAtEnd() && Other.isAtEnd();
549 bool isAtEnd() const { function in class:llvm::yaml::document_iterator
/external/clang/lib/Lex/
H A DTokenLexer.cpp368 if (isAtEnd()) {
397 if (!isAtEnd() && Tokens[CurToken].is(tok::hashhash) && Macro) {
468 assert(!isAtEnd() && "No token on the RHS of a paste operator!");
595 } while (!isAtEnd() && Tokens[CurToken].is(tok::hashhash));
628 if (isAtEnd())
636 return Tokens[NumTokens-1].is(tok::eod) && !isAtEnd();
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DCodedInputStream.java81 if (isAtEnd()) {
645 public boolean isAtEnd() throws IOException { method in class:CodedInputStream
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DCodedInputStreamMicro.java79 if (isAtEnd()) {
589 public boolean isAtEnd() throws IOException { method in class:CodedInputStreamMicro
/external/llvm/include/llvm/ADT/
H A DSCCIterator.h144 // Direct loop termination test: I.isAtEnd() is more efficient than I == end()
145 inline bool isAtEnd() const { function in class:llvm::scc_iterator
/external/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp431 while (!CGI.isAtEnd()) {

Completed in 1140 milliseconds