Searched defs:Consume (Results 1 - 25 of 62) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DCommonTokenStream.cs83 public override void Consume() { method in class:Antlr.Runtime.CommonTokenStream
H A DIIntStream.cs46 void Consume(); method in interface:Antlr.Runtime.IIntStream
H A DANTLRStringStream.cs152 public virtual void Consume() { method in class:Antlr.Runtime.ANTLRStringStream
257 Consume();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DCommonTokenStream.cs93 public override void Consume() method in class:Antlr.Runtime.CommonTokenStream
H A DIIntStream.cs43 void Consume(); method in interface:Antlr.Runtime.IIntStream
H A DUnbufferedTokenStream.cs131 public override void Consume() method in class:Antlr.Runtime.UnbufferedTokenStream
133 base.Consume();
H A DANTLRStringStream.cs168 public virtual void Consume() method in class:Antlr.Runtime.ANTLRStringStream
295 Consume();
H A DLegacyCommonTokenStream.cs183 * input symbol. Consume at least one token.
190 public virtual void Consume() method in class:Antlr.Runtime.LegacyCommonTokenStream
/external/chromium_org/net/base/
H A Dtest_data_stream.cc20 Consume(bytes_to_copy);
31 Consume(bytes_to_compare);
58 // Consume data from the spill buffer.
59 void TestDataStream::Consume(int bytes) { function in class:net::TestDataStream
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreePatternLexer.cs66 Consume();
73 Consume();
78 Consume();
82 Consume();
87 Consume();
91 Consume();
95 Consume();
99 Consume();
103 Consume();
107 Consume();
130 protected virtual void Consume() { method in class:Antlr.Runtime.Tree.TreePatternLexer
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreePatternLexer.cs68 Consume();
78 Consume();
84 Consume();
89 Consume();
95 Consume();
100 Consume();
105 Consume();
110 Consume();
115 Consume();
121 Consume();
149 protected virtual void Consume() method in class:Antlr.Runtime.Tree.TreePatternLexer
[all...]
/external/chromium_org/media/base/
H A Daudio_pull_fifo.cc21 void AudioPullFifo::Consume(AudioBus* destination, int frames_to_consume) { function in class:media::AudioPullFifo
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DLookaheadStream.cs119 public virtual void Consume() method in class:Antlr.Runtime.Misc.LookaheadStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTokenStream.cs86 public virtual void Consume() method in class:Antlr.Runtime.Debug.DebugTokenStream
94 input.Consume();
107 /** <summary>Consume all initial off-channel tokens</summary> */
H A DDebugTreeNodeStream.cs125 public virtual void Consume() method in class:Antlr.Runtime.Debug.DebugTreeNodeStream
128 input.Consume();
/external/chromium/base/win/
H A Devent_trace_consumer.h31 // consumer.Consume();
56 // Consume all open sessions from beginning to end.
57 HRESULT Consume();
121 HRESULT EtwTraceConsumerBase<ImplClass>::Consume() { function in class:base::win::EtwTraceConsumerBase
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbytebuffer.cc195 void ByteBuffer::Consume(size_t size) { function in class:talk_base::ByteBuffer
/external/chromium_org/base/win/
H A Devent_trace_consumer.h30 // consumer.Consume();
55 // Consume all open sessions from beginning to end.
56 HRESULT Consume();
120 HRESULT EtwTraceConsumerBase<ImplClass>::Consume() { function in class:base::win::EtwTraceConsumerBase
/external/chromium_org/net/spdy/
H A Dspdy_buffer.cc86 void SpdyBuffer::Consume(size_t consume_size) { function in class:net::SpdyBuffer
/external/chromium_org/net/websockets/
H A Dwebsocket_extension_parser.cc26 void WebSocketExtensionParser::Consume(char c) { function in class:net::WebSocketExtensionParser
92 Consume('"');
108 // We can't use Consume here because we don't want to consume spaces.
127 Consume(c);
138 Consume(c);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dregexp_adapter.h37 // Consume() method of RegExp which may differ depending on its various
48 // phonenumberutil.cc. Consume(), Match() and Replace() methods must be
62 virtual bool Consume(RegExpInput* input_string,
68 // Helper methods calling the Consume method that assume the match must start
70 inline bool Consume(RegExpInput* input_string, function in class:i18n::phonenumbers::RegExp
74 return Consume(input_string, true, matched_string1, matched_string2,
78 inline bool Consume(RegExpInput* input_string, function in class:i18n::phonenumbers::RegExp
81 return Consume(input_string, true, matched_string1, matched_string2, NULL);
84 inline bool Consume(RegExpInput* input_string, string* matched_string) const { function in class:i18n::phonenumbers::RegExp
85 return Consume(input_strin
88 inline bool Consume(RegExpInput* input_string) const { function in class:i18n::phonenumbers::RegExp
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTokenStream.cs76 public virtual void Consume() { method in class:Antlr.Runtime.Debug.DebugTokenStream
82 input.Consume();
93 /** <summary>Consume all initial off-channel tokens</summary> */
H A DDebugTreeNodeStream.cs108 public virtual void Consume() { method in class:Antlr.Runtime.Debug.DebugTreeNodeStream
110 input.Consume();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DLookaheadStream.cs102 public virtual void Consume() { method in class:Antlr.Runtime.Misc.LookaheadStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimStringStream.cs189 public void Consume() method in class:Antlr.Runtime.SlimStringStream
316 Consume();

Completed in 583 milliseconds

123