HomeSort by relevance Sort by last modified time
    Searched refs:Consume (Results 1 - 9 of 9) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
parser.cc 131 bool Parser::Consume(const char* text, const char* error) {
140 bool Parser::Consume(const char* text) {
347 DO(Consume("syntax", "File must begin with 'syntax = \"proto2\";'."));
348 DO(Consume("="));
352 DO(Consume(";"));
395 DO(Consume("message"));
403 DO(Consume("{"));
463 DO(Consume("=", "Missing field number."));
499 DO(Consume(";"));
517 DO(Consume("]"));
    [all...]
parser.h 119 // Consume the rest of the current statement. This consumes tokens
124 // EOF Returns (can't consume).
130 // Consume the rest of the current block, including nested blocks,
147 // If the next token exactly matches the text given, consume it and return
155 // Consume a token with the exact text given.
156 bool Consume(const char* text, const char* error);
159 bool Consume(const char* text);
160 // Consume a token of type IDENTIFIER and store its text in "output".
162 // Consume an integer and store its value in "output".
164 // Consume a 64-bit integer and store its value in "output". If the valu
    [all...]
  /external/chromium/base/
event_trace_consumer_win.h 15 // This class is a base class that makes it easier to consume events
27 // consumer.Consume();
52 // Consume all open sessions from beginning to end.
53 HRESULT Consume();
117 HRESULT EtwTraceConsumerBase<ImplClass>::Consume() {
event_trace_consumer_win_unittest.cc 95 ASSERT_HRESULT_FAILED(consumer_.Consume());
113 HRESULT hr = consumer_.Consume();
285 // Now consume the event(s).
289 hr = consumer_.Consume();
  /external/v8/src/
parser.cc 248 INLINE(void Consume(Token::Value token));
408 // "Adds" an empty expression. Does nothing except consume a
    [all...]
  /external/protobuf/python/google/protobuf/
text_format.py 170 tokenizer.Consume(']')
198 tokenizer.Consume('{')
233 tokenizer.Consume(':')
359 """Tries to consume a given piece of text.
362 token: Text to consume.
372 def Consume(self, token):
376 token: Text to consume.
545 """Consume one token of a string literal.
  /external/v8/test/cctest/
test-log.cc 718 static bool Consume(const char* str, char** buf) {
900 if (Consume(code_creation, &start)) {
901 if (Consume(lazy_compile, &start)
902 || Consume(script, &start)
903 || Consume(function, &start)) {
906 } else if (Consume(code_delete, &start)) {
908 } else if (Consume(code_move, &start)) {
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 135 // Consume the starting token.
145 // Consume fields until we cannot do so anymore.
226 DO(Consume(delimeter));
250 DO(Consume("]"));
303 DO(Consume(":"));
322 DO(Consume("{"));
507 // we actually may consume an additional token (for the minus sign) in this
535 // we actually may consume an additional token (for the minus sign) in this
587 bool Consume(const string& value) {
601 // Attempts to consume the supplied value. Returns false if a th
    [all...]
  /dalvik/docs/
prettify.js     [all...]

Completed in 377 milliseconds