Searched refs:test_map (Results 1 – 6 of 6) sorted by relevance
38 void test_map() { in test_map() function52 test_map<std::map>(); in f()53 test_map<std::multimap>(); in f()
41 void test_map() { in test_map() function55 test_map<std::unordered_map>(); in f()56 test_map<std::unordered_multimap>(); in f()
8 template <typename T> int test_map() { in test_map() function70 ret |= test_map<T>(); in test_POD()
9 template <typename T> void test_map() { in test_map() function83 test_map<T>(); in test_complex()
15 template <typename T> void test_map() { in test_map() function64 test_map<T>(); in test_complex()
105 void test_map() in test_map() function