Searched refs:found_terms (Results 1 – 2 of 2) sorted by relevance
17 std::set<std::pair<std::string, std::string> > found_terms; variable472 if(((no_duplicates == false) || (0 == found_terms.count(item_index))) in process_node()476 found_terms.insert(item_index); in process_node()
126 extern std::set<std::pair<std::string, std::string> > found_terms;