HomeSort by relevance Sort by last modified time
    Searched refs:Consume (Results 26 - 50 of 89) sorted by null

12 3 4

  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 724 /// Use Consume() to advance N nodes into lookahead. Then use LT()
747 // consume N
750 Stream.Consume;
862 // consume til end
864 Stream.Consume;
872 // consume til end
874 Stream.Consume;
902 // consume til middle
903 Stream.Consume;
907 Stream.Consume; // consume 10
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRStringStream.cs 152 public virtual void Consume() {
246 * consume() ahead until p==index; can't just set p=index as we must
255 // seek forward, consume until p hits index
257 Consume();
CommonTokenStream.cs 83 public override void Consume() {
BaseRecognizer.cs 135 input.Consume();
152 input.Consume();
161 // we have no information about the follow; we can only consume
200 * 3. consume until token found in resynch set
382 // consumed; consume a single token so at least to prevent
384 input.Consume();
416 * thing to do is to consume tokens until you see something that
419 * input might just be missing a token--you might consume the
460 * we resync'd to that token, we'd consume until EOF. We need to
463 * not consume anything and after printing an error rule c woul
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRStringStream.cs 168 public virtual void Consume()
281 * consume() ahead until p==index; can't just set p=index as we must
292 // seek forward, consume until p hits index
295 Consume();
CommonTokenStream.cs 93 public override void Consume()
BaseRecognizer.cs 147 input.Consume();
166 input.Consume();
178 // we have no information about the follow; we can only consume
220 * 3. consume until token found in resynch set
450 // consumed; consume a single token so at least to prevent
452 input.Consume();
486 * thing to do is to consume tokens until you see something that
489 * input might just be missing a token--you might consume the
530 * we resync'd to that token, we'd consume until EOF. We need to
533 * not consume anything and after printing an error rule c woul
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
LookaheadStream.cs 102 public virtual void Consume() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
LookaheadStream.cs 119 public virtual void Consume()
  /external/webrtc/webrtc/base/
bytebuffer.h 81 // there is less than |size| bytes left in the buffer. Consume doesn't
84 bool Consume(size_t size);
bytebuffer_unittest.cc 81 EXPECT_TRUE(buffer.Consume(0));
84 EXPECT_TRUE(buffer.Consume(4));
  /external/protobuf/src/google/protobuf/compiler/
parser.h 123 // Consume the rest of the current statement. This consumes tokens
128 // EOF Returns (can't consume).
134 // Consume the rest of the current block, including nested blocks,
151 // If the next token exactly matches the text given, consume it and return
159 // Consume a token with the exact text given.
160 bool Consume(const char* text, const char* error);
163 bool Consume(const char* text);
164 // Consume a token of type IDENTIFIER and store its text in "output".
166 // Consume an integer and store its value in "output".
168 // Consume a signed integer and store its value in "output"
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h 124 // Consume the rest of the current statement. This consumes tokens
129 // EOF Returns (can't consume).
135 // Consume the rest of the current block, including nested blocks,
152 // If the next token exactly matches the text given, consume it and return
160 // Consume a token with the exact text given.
161 bool Consume(const char* text, const char* error);
164 bool Consume(const char* text);
165 // Consume a token of type IDENTIFIER and store its text in "output".
167 // Consume an integer and store its value in "output".
169 // Consume a signed integer and store its value in "output"
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h 124 // Consume the rest of the current statement. This consumes tokens
129 // EOF Returns (can't consume).
135 // Consume the rest of the current block, including nested blocks,
152 // If the next token exactly matches the text given, consume it and return
160 // Consume a token with the exact text given.
161 bool Consume(const char* text, const char* error);
164 bool Consume(const char* text);
165 // Consume a token of type IDENTIFIER and store its text in "output".
167 // Consume an integer and store its value in "output".
169 // Consume a signed integer and store its value in "output"
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
parser.h 124 // Consume the rest of the current statement. This consumes tokens
129 // EOF Returns (can't consume).
135 // Consume the rest of the current block, including nested blocks,
152 // If the next token exactly matches the text given, consume it and return
160 // Consume a token with the exact text given.
161 bool Consume(const char* text, const char* error);
164 bool Consume(const char* text);
165 // Consume a token of type IDENTIFIER and store its text in "output".
167 // Consume an integer and store its value in "output".
169 // Consume a signed integer and store its value in "output"
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
parser.h 124 // Consume the rest of the current statement. This consumes tokens
129 // EOF Returns (can't consume).
135 // Consume the rest of the current block, including nested blocks,
152 // If the next token exactly matches the text given, consume it and return
160 // Consume a token with the exact text given.
161 bool Consume(const char* text, const char* error);
164 bool Consume(const char* text);
165 // Consume a token of type IDENTIFIER and store its text in "output".
167 // Consume an integer and store its value in "output".
169 // Consume a signed integer and store its value in "output"
    [all...]
  /external/v8/src/parsing/
preparser.cc 201 Consume(Token::ASYNC);
519 Consume(Token::VAR);
531 Consume(Token::CONST);
536 Consume(Token::LET);
552 if (nvars > 0) Consume(Token::COMMA);
602 Consume(Token::FUNCTION);
651 Consume(Token::COLON);
734 // Consume the return token. It is necessary to do before
834 if (peek() == Token::SEMICOLON) Consume(Token::SEMICOLON);
    [all...]
parser-base.h 630 void Consume(Token::Value token) {
640 Consume(next);
680 Consume(Token::IDENTIFIER);
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 240 // Consume the starting token.
250 // Consume fields until we cannot do so anymore.
331 DO(Consume(delimeter));
358 DO(Consume("]"));
467 DO(Consume(":"));
482 DO(Consume(","));
521 DO(Consume("]"));
558 DO(Consume("{"));
581 DO(Consume("{"));
587 DO(Consume(delimeter))
    [all...]
  /external/nanopb-c/generator/google/protobuf/
text_format.py 190 tokenizer.Consume(']')
218 tokenizer.Consume('{')
253 tokenizer.Consume(':')
355 """Tries to consume a given piece of text.
358 token: Text to consume.
368 def Consume(self, token):
372 token: Text to consume.
521 """Consume one token of a string literal.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTreeNodeStream.cs 213 Consume();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTreeNodeStream.cs 247 Consume();
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
parser.h 123 // Consume the rest of the current statement. This consumes tokens
128 // EOF Returns (can't consume).
134 // Consume the rest of the current block, including nested blocks,
151 // If the next token exactly matches the text given, consume it and return
159 // Consume a token with the exact text given.
160 bool Consume(const char* text, const char* error);
163 bool Consume(const char* text);
164 // Consume a token of type IDENTIFIER and store its text in "output".
166 // Consume an integer and store its value in "output".
168 // Consume a signed integer and store its value in "output"
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarLexer.cs 262 input.Consume();
321 input.Consume();
423 input.Consume();
ProfileGrammarLexer.cs 262 input.Consume();
321 input.Consume();
423 input.Consume();

Completed in 1522 milliseconds

12 3 4