Searched refs:Empty (Results 1 - 25 of 26) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_trivially_copy_assignable.pass.cpp28 class Empty class
58 test_has_trivially_copy_assignable<Empty>();
69 test_has_not_trivially_copy_assignable<const Empty>();
H A Dis_trivially_move_assignable.pass.cpp28 class Empty class
58 test_has_trivial_assign<Empty>();
69 test_has_not_trivial_assign<const Empty>();
H A Dis_nothrow_constructible.pass.cpp47 class Empty class
77 test_is_nothrow_constructible<Empty> ();
78 test_is_nothrow_constructible<Empty, const Empty&> ();
H A Dis_move_assignable.pass.cpp28 class Empty class
57 test_is_move_assignable<Empty> ();
H A Dis_nothrow_copy_assignable.pass.cpp28 class Empty class
53 test_has_nothrow_assign<Empty>();
H A Dis_nothrow_move_assignable.pass.cpp28 class Empty class
53 test_has_nothrow_assign<Empty>();
H A Dis_copy_assignable.pass.cpp28 class Empty class
63 test_is_copy_assignable<Empty> ();
H A Dis_copy_constructible.pass.cpp28 class Empty class
66 test_is_copy_constructible<Empty>();
H A Dis_move_constructible.pass.cpp28 class Empty class
73 test_is_move_constructible<Empty>();
H A Dis_nothrow_copy_constructible.pass.cpp32 class Empty class
55 test_is_nothrow_copy_constructible<Empty>();
H A Dis_nothrow_move_constructible.pass.cpp32 class Empty class
55 test_is_nothrow_move_constructible<Empty>();
H A Dis_trivially_copy_constructible.pass.cpp30 class Empty class
67 test_is_trivially_copy_constructible<Empty>();
H A Dhas_virtual_destructor.pass.cpp34 class Empty class
66 test_has_not_virtual_destructor<Empty>();
H A Dis_abstract.pass.cpp34 class Empty class
66 test_is_not_abstract<Empty>();
H A Dis_default_constructible.pass.cpp34 class Empty class
71 test_is_default_constructible<Empty>();
H A Dis_destructible.pass.cpp34 class Empty class
65 test_is_destructible<Empty>();
H A Dis_empty.pass.cpp34 class Empty class
63 test_is_empty<Empty>();
H A Dis_nothrow_default_constructible.pass.cpp34 class Empty class
57 test_is_nothrow_default_constructible<Empty>();
H A Dis_trivially_default_constructible.pass.cpp34 class Empty class
69 test_is_trivially_default_constructible<Empty>();
H A Dis_trivially_destructible.pass.cpp34 class Empty class
69 test_is_trivially_destructible<Empty>();
H A Dis_trivially_move_constructible.pass.cpp28 class Empty class
78 test_is_trivially_move_constructible<Empty>();
H A Dis_nothrow_destructible.pass.cpp34 class Empty class
74 test_is_nothrow_destructible<Empty>();
H A Dis_polymorphic.pass.cpp34 class Empty class
74 test_is_not_polymorphic<Empty>();
/ndk/
H A Dndk-gdb.py36 from Queue import Queue, Empty namespace
38 from queue import Queue, Empty # python 3.x namespace
/ndk/sources/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc2492 // Empty strings.
2523 // Empty strings.
5544 TEST_F(InitGoogleTestTest, Empty) {

Completed in 116 milliseconds

12