Home
last modified time | relevance | path

Searched defs:test_construct (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/align/test/
Daligned_allocator_test.cpp32 void test_construct() in test_construct() function
Daligned_allocator_adaptor_test.cpp101 void test_construct() in test_construct() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/io/test/
Dostream_joiner_test.cpp61 void test_construct() in test_construct() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/test/
Dalloc_construct_test.cpp40 void test_construct() in test_construct() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dpolymorphic_allocator_test.cpp80 void test_construct() in test_construct() function
/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/test/
H A Dfunction_tests.cc1170 struct test_construct : std::false_type {}; struct in __anon339fe1ef0111::test_copy_move_constructions::assert_move_only
1172 struct test_construct<T, std::void_t<decltype(T{std::declval<const T&>()})>> : std::true_type {}; struct in __anon339fe1ef0111::test_copy_move_constructions::assert_move_only
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_struct.py735 def test_construct(self): member in UnpackIteratorTest