Home
last modified time | relevance | path

Searched refs:test_constructor_explicit (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libcxx/test/std/language.support/support.rtti/type.info/
H A Dtype_info.pass.cpp17 bool test_constructor_explicit(std::type_info const&) { return false; } in test_constructor_explicit() function
18 bool test_constructor_explicit(std::string const&) { return true; } in test_constructor_explicit() function
38 assert(test_constructor_explicit("abc")); in main()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/language.support/support.rtti/type.info/
H A Dtype_info.pass.cpp20 bool test_constructor_explicit(std::type_info const&) { return false; } in test_constructor_explicit() function
21 bool test_constructor_explicit(std::string const&) { return true; } in test_constructor_explicit() function
41 assert(test_constructor_explicit("abc")); in main()
/aosp_15_r20/external/libcxx/test/std/utilities/any/any.class/any.cons/
H A Din_place_type.pass.cpp180 void test_constructor_explicit() { in test_constructor_explicit() function
201 test_constructor_explicit(); in main()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/any/any.class/any.cons/
H A Din_place_type.pass.cpp168 void test_constructor_explicit() { in test_constructor_explicit() function
189 test_constructor_explicit(); in main()
/aosp_15_r20/external/python/oauth2client/tests/contrib/
Dtest_dictionary_storage.py51 def test_constructor_explicit(self): member in DictionaryStorageTests