Searched refs:anunordered_map (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/serialization/test/ |
D | test_map_boost_unordered.cpp | 80 boost::unordered_map<random_key, A> anunordered_map; in test_unordered_map() local 81 anunordered_map.insert(std::make_pair(random_key(), A())); in test_unordered_map() 82 anunordered_map.insert(std::make_pair(random_key(), A())); in test_unordered_map() 86 oa << boost::serialization::make_nvp("anunorderedmap",anunordered_map); in test_unordered_map() 96 std::copy(anunordered_map.begin(), anunordered_map.end(), std::back_inserter(tvec)); in test_unordered_map()
|
D | test_map_unordered.cpp | 80 std::unordered_map<random_key, A> anunordered_map; in test_unordered_map() local 81 anunordered_map.insert(std::make_pair(random_key(), A())); in test_unordered_map() 82 anunordered_map.insert(std::make_pair(random_key(), A())); in test_unordered_map() 86 oa << boost::serialization::make_nvp("anunorderedmap",anunordered_map); in test_unordered_map() 96 std::copy(anunordered_map.begin(), anunordered_map.end(), std::back_inserter(tvec)); in test_unordered_map()
|