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

1 23 4

  /external/protobuf/python/google/protobuf/
text_format.py 336 tokenizer.Consume(']')
364 tokenizer.Consume('{')
407 tokenizer.Consume(':')
521 """Tries to consume a given piece of text.
524 token: Text to consume.
534 def Consume(self, token):
538 token: Text to consume.
688 """Consume one token of a string literal.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
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/
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/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
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/pcre/dist/
pcrecpp_unittest.cc 34 // TODO: Test extractions for PartialMatch/Consume
98 while (line_matcher.Consume(&text)) {
382 printf("Testing Consume\n");
390 CHECK(r.Consume(&input, &word));
392 CHECK(r.Consume(&input, &word));
394 CHECK(! r.Consume(&input, &word));
    [all...]
pcrecpp.h 258 // The "Consume" operation may be useful if you want to repeatedly
271 // while (re.Consume(&input, &var, &value)) {
275 // Each successful call to "Consume" will set "var/value", and also
278 // The "FindAndConsume" operation is similar to "Consume" but does not
571 bool Consume(StringPiece* input,
  /external/webrtc/webrtc/base/
bytebuffer.cc 213 bool ByteBuffer::Consume(size_t size) {
virtualsocketserver.cc 81 void Consume(size_t size) {
292 packet->Consume(data_read);
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
xmppsocket.cc 87 buffer_.Consume(written);
  /external/regex-re2/re2/testing/
re2_test.cc 6 // TODO: Test extractions for PartialMatch/Consume
227 TEST(RE2, Consume) {
236 CHECK(RE2::Consume(&input, r, &word));
238 CHECK(RE2::Consume(&input, r, &word));
240 CHECK(! RE2::Consume(&input, r, &word)) << " input: " << input;
286 // length to consume.
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
Antlr.Runtime.pas 70 procedure Consume;
747 /// 3. consume until token found in resynch set
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
stringpiece.h 343 bool Consume(StringPiece x);
  /system/core/crash_reporter/
kernel_collector.cc 235 while (mac_re.Consume(&input, &pre_mac_str, &mac_str)) {
  /external/v8/src/parsing/
parser.cc     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
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/
BufferedTreeNodeStream.cs 152 * to consume). If -1, nodes array not filled yet.</summary>
444 public virtual void Consume()
  /external/regex-re2/re2/
re2.h 118 // The "Consume" operation may be useful if you want to repeatedly
129 // while (RE2::Consume(&input, "(\\w+) = (\\d+)\n", &var, &value)) {
133 // Each successful call to "Consume" will set "var/value", and also
140 // The "FindAndConsume" operation is similar to "Consume" but does not
346 bool, StringPiece*, const RE2&, Arg, RE2::ConsumeN> Consume;
348 // Like Consume(..), but does not anchor the match at the beginning of the
    [all...]
  /external/regex-re2/util/
pcre.h 118 // The "Consume" operation may be useful if you want to repeatedly
129 // while (PCRE::Consume(&input, "(\\w+) = (\\d+)\n", &var, &value)) {
133 // Each successful call to "Consume" will set "var/value", and also
140 // The "FindAndConsume" operation is similar to "Consume" but does not
348 static const ConsumeFunctor Consume;
350 // Like Consume(..), but does not anchor the match at the beginning of the
  /external/webrtc/webrtc/p2p/base/
stun.cc 346 if (!buf->Consume(attr_length))
423 buf->Consume(4 - remainder);
stun_unittest.cc 757 wrong_buf.Consume(wrong_buf.Length());
804 wrong_buf.Consume(wrong_buf.Length());
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarParser.cs 739 input.Consume();
1085 input.Consume();
    [all...]
ProfileGrammarParser.cs 743 input.Consume();
1089 input.Consume();
    [all...]

Completed in 5878 milliseconds

1 23 4