HomeSort by relevance Sort by last modified time
    Searched full:test_is_base_of (Results 1 - 1 of 1) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.rel/
is_base_of.pass.cpp 17 void test_is_base_of() function
38 test_is_base_of<B, D>();
39 test_is_base_of<B1, D>();
40 test_is_base_of<B2, D>();
41 test_is_base_of<B, B1>();
42 test_is_base_of<B, B2>();
43 test_is_base_of<B, B>();

Completed in 1122 milliseconds