Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dtoken.h202 static bool IsIdentifier(Value tok, LanguageMode language_mode, in IsIdentifier() function
Dpreparser.h229 bool IsIdentifier() const { in IsIdentifier() function
/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc1126 bool Tokenizer::IsIdentifier(const string& text) { in IsIdentifier() function in google::protobuf::io::Tokenizer
/external/vixl/src/aarch64/
Ddebugger-aarch64.cc53 virtual bool IsIdentifier() const { return false; } in IsIdentifier() function in vixl::aarch64::Token
141 virtual bool IsIdentifier() const VIXL_OVERRIDE { return true; } in IsIdentifier() function in vixl::aarch64::IdentifierToken