Searched refs:anunordered_set (Results 1 – 3 of 3) sorted by relevance
61 boost::unordered_set<A> anunordered_set; in test_unordered_set() local63 anunordered_set.insert(a); in test_unordered_set()64 anunordered_set.insert(a1); in test_unordered_set()68 oa << boost::serialization::make_nvp("anunordered_set", anunordered_set); in test_unordered_set()79 std::copy(anunordered_set.begin(), anunordered_set.end(), std::back_inserter(tvec)); in test_unordered_set()
61 std::unordered_set<A> anunordered_set; in test_unordered_set() local63 anunordered_set.insert(a); in test_unordered_set()64 anunordered_set.insert(a1); in test_unordered_set()68 oa << boost::serialization::make_nvp("anunordered_set", anunordered_set); in test_unordered_set()79 std::copy(anunordered_set.begin(), anunordered_set.end(), std::back_inserter(tvec)); in test_unordered_set()
188 std::unordered_set<A> anunordered_set; in test_unordered_set() local190 anunordered_set.insert(a); in test_unordered_set()191 anunordered_set.insert(a1); in test_unordered_set()195 oa << boost::serialization::make_nvp("anunordered_set", anunordered_set); in test_unordered_set()206 std::copy(anunordered_set.begin(), anunordered_set.end(), std::back_inserter(tvec)); in test_unordered_set()