HomeSort by relevance Sort by last modified time
    Searched defs:Consume (Results 1 - 25 of 36) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
CommonTokenStream.cs 83 public override void Consume() {
IIntStream.cs 46 void Consume();
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();
BufferedTokenStream.cs 69 * to consume). tokens[p] should be LT(1). p=-1 indicates need
174 * must become active with LT(1) available. consume() simply
176 * input symbol. Consume at least one token.
180 public virtual void Consume() {
LegacyCommonTokenStream.cs 80 * to consume). p==-1 indicates that the tokens list is empty
169 * must become active with LT(1) available. consume() simply
171 * input symbol. Consume at least one token.
178 public virtual void Consume() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
CommonTokenStream.cs 93 public override void Consume()
IIntStream.cs 43 void Consume();
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();
UnbufferedTokenStream.cs 131 public override void Consume()
133 base.Consume();
BufferedTokenStream.cs 71 * to consume). tokens[p] should be LT(1). p=-1 indicates need
201 * must become active with LT(1) available. consume() simply
203 * input symbol. Consume at least one token.
207 public virtual void Consume()
LegacyCommonTokenStream.cs 79 * to consume). p==-1 indicates that the tokens list is empty
181 * must become active with LT(1) available. consume() simply
183 * input symbol. Consume at least one token.
190 public virtual void Consume()
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreePatternLexer.cs 66 Consume();
73 Consume();
78 Consume();
82 Consume();
87 Consume();
91 Consume();
95 Consume();
99 Consume();
103 Consume();
107 Consume();
    [all...]
BufferedTreeNodeStream.cs 143 * to consume). If -1, nodes array not filled yet.</summary>
377 public virtual void Consume() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreePatternLexer.cs 68 Consume();
78 Consume();
84 Consume();
89 Consume();
95 Consume();
100 Consume();
105 Consume();
110 Consume();
115 Consume();
121 Consume();
    [all...]
BufferedTreeNodeStream.cs 152 * to consume). If -1, nodes array not filled yet.</summary>
444 public virtual void Consume()
  /external/chromium/base/win/
event_trace_consumer.h 19 // This class is a base class that makes it easier to consume events
31 // consumer.Consume();
56 // Consume all open sessions from beginning to end.
57 HRESULT Consume();
121 HRESULT EtwTraceConsumerBase<ImplClass>::Consume() {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugTokenStream.cs 76 public virtual void Consume() {
82 input.Consume();
93 /** <summary>Consume all initial off-channel tokens</summary> */
DebugTreeNodeStream.cs 108 public virtual void Consume() {
110 input.Consume();
  /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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugTokenStream.cs 86 public virtual void Consume()
94 input.Consume();
107 /** <summary>Consume all initial off-channel tokens</summary> */
DebugTreeNodeStream.cs 125 public virtual void Consume()
128 input.Consume();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimStringStream.cs 189 public void Consume()
302 * consume() ahead until p==index; can't just set p=index as we must
313 // seek forward, consume until p hits index
316 Consume();
SlimTokenStream.cs 67 * to consume). p==-1 indicates that the tokens list is empty
135 * must become active with LT(1) available. consume() simply
137 * input symbol. Consume at least one token.
144 public void Consume()
  /external/chromium/third_party/libjingle/source/talk/base/
bytebuffer.cc 195 void ByteBuffer::Consume(size_t size) {

Completed in 937 milliseconds

1 2