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

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_destructible.pass.cpp 75 struct ProtectedAbstract { protected: virtual void foo() = 0; };
114 test_is_destructible<ProtectedAbstract>();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_destructible.pass.cpp 69 struct ProtectedAbstract { protected: virtual void foo() = 0; };
108 test_is_destructible<ProtectedAbstract>();

Completed in 2025 milliseconds