Home
last modified time | relevance | path

Searched refs:int_map (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/container/test/
Dflat_map_test.cpp142 std::map<int, int> int_map; in flat_tree_ordered_insertion_test() local
144 int_map.insert(std::map<int, int>::value_type(static_cast<int>(i), static_cast<int>(i))); in flat_tree_ordered_insertion_test()
147 flat_map<int, int> fmap(ordered_unique_range, int_map.begin(), int_map.end()); in flat_tree_ordered_insertion_test()
148 if(!CheckEqualContainers(int_map, fmap)) in flat_tree_ordered_insertion_test()
152 fmap.insert(ordered_unique_range, int_map.begin(), int_map.end()); in flat_tree_ordered_insertion_test()
153 if(!CheckEqualContainers(int_map, fmap)) in flat_tree_ordered_insertion_test()
156 fmap.insert(ordered_unique_range, int_map.begin(), int_map.end()); in flat_tree_ordered_insertion_test()
157 std::map<int, int> int_map2(int_map); in flat_tree_ordered_insertion_test()
158 int_map2.insert(int_map.begin(), int_map.end()); in flat_tree_ordered_insertion_test()
170 int_map.insert(std::map<int, int>::value_type(static_cast<int>(i), static_cast<int>(i))); in flat_tree_ordered_insertion_test()
[all …]
Dmap_test.cpp362 std::map<int, int> int_map; in constructor_template_auto_deduction_test() local
364 int_map.insert(std::map<int, int>::value_type(static_cast<int>(i), static_cast<int>(i))); in constructor_template_auto_deduction_test()
376 auto fmap = map(int_map.begin(), int_map.end()); in constructor_template_auto_deduction_test()
377 if (!CheckEqualContainers(int_map, fmap)) in constructor_template_auto_deduction_test()
385 auto fmap = map(int_map.begin(), int_map.end(), comp_int_t()); in constructor_template_auto_deduction_test()
386 if (!CheckEqualContainers(int_map, fmap)) in constructor_template_auto_deduction_test()
394 auto fmap = map(int_map.begin(), int_map.end(), comp_int_t(), alloc_pair_int_t()); in constructor_template_auto_deduction_test()
395 if (!CheckEqualContainers(int_map, fmap)) in constructor_template_auto_deduction_test()
403 auto fmap = map(int_map.begin(), int_map.end(), alloc_pair_int_t()); in constructor_template_auto_deduction_test()
404 if (!CheckEqualContainers(int_map, fmap)) in constructor_template_auto_deduction_test()
[all …]
/third_party/boost/libs/phoenix/test/container/
Dcontainer_tests10b.cpp13 typedef std::unordered_map<int, int> int_map; in build_unordered_map() typedef
16 int_map result; in build_unordered_map()
29 typedef std::unordered_map<int, int> int_map; in build_unordered_multimap() typedef
31 int_map const data = build_unordered_map(); in build_unordered_multimap()
Dcontainer_tests6a.cpp12 typedef std::map<int, int> int_map; in build_map() typedef
15 int_map result; in build_map()
28 typedef std::map<int, int> int_map; in build_multimap() typedef
30 int_map const data = build_map(); in build_multimap()
Dcontainer_tests10a.cpp13 typedef std::unordered_map<int, int> int_map; in build_unordered_map() typedef
16 int_map result; in build_unordered_map()
29 typedef std::unordered_map<int, int> int_map; in build_unordered_multimap() typedef
31 int_map const data = build_unordered_map(); in build_unordered_multimap()
Dcontainer_tests6b.cpp12 typedef std::map<int, int> int_map; in build_map() typedef
15 int_map result; in build_map()
28 typedef std::map<int, int> int_map; in build_multimap() typedef
30 int_map const data = build_map(); in build_multimap()
Dcontainer_tests9b.cpp13 typedef std::unordered_map<int, int> int_map; in build_unordered_map() typedef
16 int_map result; in build_unordered_map()
Dcontainer_tests3b.cpp12 typedef std::map<int, int> int_map; in build_map() typedef
15 int_map result; in build_map()
Dcontainer_tests3a.cpp12 typedef std::map<int, int> int_map; in build_map() typedef
15 int_map result; in build_map()
Dcontainer_tests9a.cpp13 typedef std::unordered_map<int, int> int_map; in build_unordered_map() typedef
16 int_map result; in build_unordered_map()
/third_party/boost/libs/unordered/test/unordered/
Dfwd_map_test.cpp55 typedef boost::unordered_map<int, int> int_map; typedef
59 int_map x, y; in UNORDERED_AUTO_TEST()
Dcompile_map.cpp48 boost::unordered_map<int, int> int_map; in UNORDERED_AUTO_TEST() local
60 container_test(int_map, std::pair<int const, int>(0, 0)); in UNORDERED_AUTO_TEST()
88 boost::unordered_map<int, int> int_map; in UNORDERED_AUTO_TEST() local
102 equality_test(int_map); in UNORDERED_AUTO_TEST()
/third_party/boost/libs/property_map/test/
Ddynamic_properties_test.cpp61 int_map(string2int); in test_main() local
76 properties.property("int",int_map); in test_main()