Searched defs:IsIdentifier (Results 1 – 4 of 4) sorted by relevance
45 bool IsIdentifier() const { return type_ == TokenType::kIdentifier; } in IsIdentifier() function
331 func IsIdentifier(name string) bool { func
1227 bool Tokenizer::IsIdentifier(const std::string& text) { in IsIdentifier() function in google::protobuf::io::Tokenizer