OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrivateAbstract
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_destructible.pass.cpp
76
struct
PrivateAbstract
{ private: virtual void foo() = 0; };
116
test_is_destructible<
PrivateAbstract
>();
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_destructible.pass.cpp
70
struct
PrivateAbstract
{ private: virtual void foo() = 0; };
110
test_is_destructible<
PrivateAbstract
>();
Completed in 44 milliseconds