Searched refs:sC (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/fbl/
H A Dtype_support_tests.cpp264 struct sC : public sB { }; struct in namespace:is_base_of_tests
265 static_assert( fbl::is_base_of<sC, sC>::value, "sC should be a base of sC!");
266 static_assert( fbl::is_base_of<sB, sC>::value, "sB should be a base of sC!");
267 static_assert( fbl::is_base_of<sA, sC>::value, "sA should be a base of sC!");
268 static_assert(!fbl::is_base_of<sC, s
[all...]

Completed in 29 milliseconds