Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/asmjs/
Dasm-scanner.cc226 void AsmJsScanner::ConsumeIdentifier(base::uc32 ch) { in ConsumeIdentifier() function in v8::internal::AsmJsScanner
/third_party/protobuf/python/google/protobuf/
Dtext_format.py1352 def ConsumeIdentifier(self): member in Tokenizer
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc233 bool Parser::ConsumeIdentifier(std::string* output, const char* error) { in ConsumeIdentifier() function in google::protobuf::compiler::Parser
/third_party/protobuf/src/google/protobuf/
Dtext_format.cc915 bool ConsumeIdentifier(std::string* identifier) { in ConsumeIdentifier() function in google::protobuf::TextFormat::Parser::ParserImpl