HomeSort by relevance Sort by last modified time
    Searched refs:DeletedVirtualProtectedDestructor (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_destructible.pass.cpp 96 struct DeletedVirtualProtectedDestructor { protected: virtual ~DeletedVirtualProtectedDestructor() = delete; };
139 test_is_not_destructible<DeletedVirtualProtectedDestructor>();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_destructible.pass.cpp 90 struct DeletedVirtualProtectedDestructor { protected: virtual ~DeletedVirtualProtectedDestructor() = delete; };
133 test_is_not_destructible<DeletedVirtualProtectedDestructor>();

Completed in 41 milliseconds