Home
last modified time | relevance | path

Searched refs:Consume (Results 1 – 13 of 13) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc131 bool Parser::Consume(const char* text, const char* error) { in Consume() function in google::protobuf::compiler::Parser
140 bool Parser::Consume(const char* text) { in Consume() function in google::protobuf::compiler::Parser
347 DO(Consume("syntax", "File must begin with 'syntax = \"proto2\";'.")); in ParseSyntaxIdentifier()
348 DO(Consume("=")); in ParseSyntaxIdentifier()
352 DO(Consume(";")); in ParseSyntaxIdentifier()
395 DO(Consume("message")); in ParseMessageDefinition()
403 DO(Consume("{")); in ParseMessageBlock()
463 DO(Consume("=", "Missing field number.")); in ParseMessageField()
499 DO(Consume(";")); in ParseMessageField()
517 DO(Consume("]")); in ParseFieldOptions()
[all …]
Dparser.h156 bool Consume(const char* text, const char* error);
159 bool Consume(const char* text);
/external/chromium/base/
Devent_trace_consumer_win.h53 HRESULT Consume();
117 HRESULT EtwTraceConsumerBase<ImplClass>::Consume() { in Consume() function
Devent_trace_consumer_win_unittest.cc95 ASSERT_HRESULT_FAILED(consumer_.Consume()); in TEST_F()
113 HRESULT hr = consumer_.Consume(); in ConsumerThread()
289 hr = consumer_.Consume(); in ConsumeEventFromTempSession()
/external/v8/src/
Dparser.cc248 INLINE(void Consume(Token::Value token));
2047 Consume(Token::VAR); in ParseVariableDeclarations()
2049 Consume(Token::CONST); in ParseVariableDeclarations()
2074 if (nvars > 0) Consume(Token::COMMA); in ParseVariableDeclarations()
2563 Consume(Token::CATCH); in ParseTryStatement()
2586 Consume(Token::FINALLY); in ParseTryStatement()
2652 if (peek() == Token::SEMICOLON) Consume(Token::SEMICOLON); in ParseDoWhileStatement()
2842 Consume(Token::CONDITIONAL); in ParseConditionalExpression()
3057 Consume(Token::LBRACK); in ParseLeftHandSideExpression()
3092 Consume(Token::PERIOD); in ParseLeftHandSideExpression()
[all …]
/external/protobuf/python/google/protobuf/
Dtext_format.py170 tokenizer.Consume(']')
198 tokenizer.Consume('{')
233 tokenizer.Consume(':')
372 def Consume(self, token): member in _Tokenizer
/external/v8/test/cctest/
Dtest-log.cc718 static bool Consume(const char* str, char** buf) { in Consume() function
900 if (Consume(code_creation, &start)) { in ParserCycle()
901 if (Consume(lazy_compile, &start) in ParserCycle()
902 || Consume(script, &start) in ParserCycle()
903 || Consume(function, &start)) { in ParserCycle()
906 } else if (Consume(code_delete, &start)) { in ParserCycle()
908 } else if (Consume(code_move, &start)) { in ParserCycle()
/external/protobuf/src/google/protobuf/
Dtext_format.cc226 DO(Consume(delimeter)); in ConsumeMessage()
250 DO(Consume("]")); in ConsumeField()
303 DO(Consume(":")); in ConsumeField()
322 DO(Consume("{")); in ConsumeFieldMessage()
587 bool Consume(const string& value) { in Consume() function in google::protobuf::TextFormat::Parser::ParserImpl
/external/webkit/WebCore/css/
Dmaketokenizer148 # Consume the remaining output.
/external/webkit/WebKitTools/android/flex-2.5.4a/
Dflex.skl574 /* Consume the NUL. */
/external/webkit/WebKitTools/
DChangeLog-2009-06-16360 * Scripts/prepare-ChangeLog: Consume all 'svn info' output before closing the file handle.
/external/webkit/WebCore/
DChangeLog-2006-12-3142611 Consume Enter key keypress events even if the element is not in a form.
DChangeLog-2009-06-1620784 * css/maketokenizer: Consume all input.