Home
last modified time | relevance | path

Searched refs:assertTrait (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/support/
Dpoisoned_hash_helper.hpp210 static constexpr bool assertTrait() { in assertTrait() function
212 return TypeList<Rest...>::template assertTrait<Trait, Expect>(); in assertTrait()
225 static constexpr bool assertTrait() { in assertTrait() function
/external/libcxx/test/support/test.support/
Dtest_poisoned_hash_helper.pass.cpp29 static_assert(LibraryHashTypes::assertTrait<has_complete_hash, false>(), ""); in main()