Searched refs:test_map (Results 1 – 4 of 4) sorted by relevance
41 void test_map() { in test_map() function55 test_map<std::map>(); in main()56 test_map<std::multimap>(); in main()
41 void test_map() { in test_map() function55 test_map<std::unordered_map>(); in main()56 test_map<std::unordered_multimap>(); in main()
10 template <typename T> int test_map() { in test_map() function74 ret |= test_map<T>(); in test_complex()
111 void test_map()