Home
last modified time | relevance | path

Searched defs:ConsumeIdentifier (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/asmjs/
Dasm-scanner.cc225 void AsmJsScanner::ConsumeIdentifier(uc32 ch) { in ConsumeIdentifier() function in v8::internal::AsmJsScanner
/external/protobuf/python/google/protobuf/
Dtext_format.py860 def ConsumeIdentifier(self): member in _Tokenizer
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc176 bool Parser::ConsumeIdentifier(string* output, const char* error) { in ConsumeIdentifier() function in google::protobuf::compiler::Parser
/external/protobuf/src/google/protobuf/
Dtext_format.cc818 bool ConsumeIdentifier(string* identifier) { in ConsumeIdentifier() function in google::protobuf::TextFormat::Parser::ParserImpl