Home
last modified time | relevance | path

Searched refs:found_terms (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/tools/auto_index/src/
Dauto_index.cpp17 std::set<std::pair<std::string, std::string> > found_terms; variable
472 if(((no_duplicates == false) || (0 == found_terms.count(item_index))) in process_node()
476 found_terms.insert(item_index); in process_node()
Dauto_index.hpp126 extern std::set<std::pair<std::string, std::string> > found_terms;