/third_party/boost/libs/container/test/ |
D | flat_map_test.cpp | 142 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 …]
|
D | map_test.cpp | 362 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/ |
D | container_tests10b.cpp | 13 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()
|
D | container_tests6a.cpp | 12 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()
|
D | container_tests10a.cpp | 13 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()
|
D | container_tests6b.cpp | 12 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()
|
D | container_tests9b.cpp | 13 typedef std::unordered_map<int, int> int_map; in build_unordered_map() typedef 16 int_map result; in build_unordered_map()
|
D | container_tests3b.cpp | 12 typedef std::map<int, int> int_map; in build_map() typedef 15 int_map result; in build_map()
|
D | container_tests3a.cpp | 12 typedef std::map<int, int> int_map; in build_map() typedef 15 int_map result; in build_map()
|
D | container_tests9a.cpp | 13 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/ |
D | fwd_map_test.cpp | 55 typedef boost::unordered_map<int, int> int_map; typedef 59 int_map x, y; in UNORDERED_AUTO_TEST()
|
D | compile_map.cpp | 48 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/ |
D | dynamic_properties_test.cpp | 61 int_map(string2int); in test_main() local 76 properties.property("int",int_map); in test_main()
|