HomeSort by relevance Sort by last modified time
    Searched refs:isAtEnd (Results 1 - 8 of 8) 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/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...]
  /external/clang/lib/Lex/
TokenLexer.cpp 361 if (isAtEnd()) {
390 if (!isAtEnd() && Tokens[CurToken].is(tok::hashhash) && Macro) {
461 assert(!isAtEnd() && "No token on the RHS of a paste operator!");
588 } while (!isAtEnd() && Tokens[CurToken].is(tok::hashhash));
621 if (isAtEnd())
629 return Tokens[NumTokens-1].is(tok::eod) && !isAtEnd();
  /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/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 429 while (!CGI.isAtEnd()) {

Completed in 544 milliseconds