Searched defs:IsIdentifier (Results 1 – 4 of 4) sorted by relevance
| /external/v8/src/parsing/ | ||
| D | token.h | 202 static bool IsIdentifier(Value tok, LanguageMode language_mode, in IsIdentifier() function |
| D | preparser.h | 229 bool IsIdentifier() const { in IsIdentifier() function |
| /external/protobuf/src/google/protobuf/io/ | ||
| D | tokenizer.cc | 1126 bool Tokenizer::IsIdentifier(const string& text) { in IsIdentifier() function in google::protobuf::io::Tokenizer |
| /external/vixl/src/aarch64/ | ||
| D | debugger-aarch64.cc | 53 virtual bool IsIdentifier() const { return false; } in IsIdentifier() function in vixl::aarch64::Token |