Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc1114 bool Tokenizer::IsIdentifier(const string& text) { in IsIdentifier() function in google::protobuf::io::Tokenizer
/external/vixl/src/vixl/a64/
Ddebugger-a64.cc51 virtual bool IsIdentifier() const { return false; } in IsIdentifier() function in vixl::Token
130 virtual bool IsIdentifier() const { return true; } in IsIdentifier() function in vixl::IdentifierToken
/external/v8/src/
Dpreparser.h731 bool IsIdentifier() const { return (code_ & kTypeMask) == kTypeIdentifier; } in IsIdentifier() function
1171 static bool IsIdentifier(PreParserExpression expression) { in IsIdentifier() function
Dparser.cc389 bool ParserTraits::IsIdentifier(Expression* expression) { in IsIdentifier() function in v8::internal::ParserTraits