Searched defs:IsIdentifier (Results 1 – 7 of 7) sorted by relevance
38 TEST_F(IdentifierExpressionTest, IsIdentifier) { in TEST_F() argument
45 bool IsIdentifier() const { return type_ == TokenType::kIdentifier; } in IsIdentifier() function
110 bool IsIdentifier(std::string_view buffer) { in IsIdentifier() function
1122 bool Tokenizer::IsIdentifier(const std::string& text) { in IsIdentifier() function in google::protobuf::io::Tokenizer
380 bool IsIdentifier() const { return type_ == Type::kIdentifier; } in IsIdentifier() function
206 bool IsIdentifier() const { in IsIdentifier() function
1580 bool String::IsIdentifier(Isolate* isolate, Handle<String> str) { in IsIdentifier() function in v8::internal::String