Searched refs:found_keyword (Results 1 – 1 of 1) sorted by relevance
149 auto found_keyword = keywords_.find(std::string(token_start, *pos)); in MatchToken() local150 if (found_keyword != keywords_.end()) { in MatchToken()151 return &found_keyword->second; in MatchToken()