Searched refs:test_constructor_explicit (Results 1 – 5 of 5) sorted by relevance
17 bool test_constructor_explicit(std::type_info const&) { return false; } in test_constructor_explicit() function18 bool test_constructor_explicit(std::string const&) { return true; } in test_constructor_explicit() function38 assert(test_constructor_explicit("abc")); in main()
20 bool test_constructor_explicit(std::type_info const&) { return false; } in test_constructor_explicit() function21 bool test_constructor_explicit(std::string const&) { return true; } in test_constructor_explicit() function41 assert(test_constructor_explicit("abc")); in main()
180 void test_constructor_explicit() { in test_constructor_explicit() function201 test_constructor_explicit(); in main()
168 void test_constructor_explicit() { in test_constructor_explicit() function189 test_constructor_explicit(); in main()
51 def test_constructor_explicit(self): member in DictionaryStorageTests