Searched refs:anunordered_set1 (Results 1 – 3 of 3) sorted by relevance
70 boost::unordered_set<A> anunordered_set1; in test_unordered_set() local74 ia >> boost::serialization::make_nvp("anunordered_set", anunordered_set1); in test_unordered_set()81 std::copy(anunordered_set1.begin(), anunordered_set1.end(), std::back_inserter(tvec1)); in test_unordered_set()
70 std::unordered_set<A> anunordered_set1; in test_unordered_set() local74 ia >> boost::serialization::make_nvp("anunordered_set", anunordered_set1); in test_unordered_set()81 std::copy(anunordered_set1.begin(), anunordered_set1.end(), std::back_inserter(tvec1)); in test_unordered_set()
197 std::unordered_set<A> anunordered_set1; in test_unordered_set() local201 ia >> boost::serialization::make_nvp("anunordered_set", anunordered_set1); in test_unordered_set()208 std::copy(anunordered_set1.begin(), anunordered_set1.end(), std::back_inserter(tvec1)); in test_unordered_set()