Searched refs:key_phrase (Results 1 – 2 of 2) sorted by relevance
942 void Comparator::ParseKeyphrase(const std::string& key_phrase) { in ParseKeyphrase() argument964 size_t equal_offset = key_phrase.find('=', 0); in ParseKeyphrase()965 if (key_phrase.npos != equal_offset) { in ParseKeyphrase()967 required = key_phrase.substr(equal_offset + 1, key_phrase.npos); in ParseKeyphrase()969 std::string keyword(key_phrase.substr(0, equal_offset)); in ParseKeyphrase()
425 void ParseKeyphrase(const std::string& key_phrase);