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

  /external/libcxx/test/support/test.support/
test_poisoned_hash_helper.pass.cpp 29 static_assert(LibraryHashTypes::assertTrait<has_complete_hash, false>(), "");
  /external/libcxx/test/support/
poisoned_hash_helper.hpp 210 static constexpr bool assertTrait() {
212 return TypeList<Rest...>::template assertTrait<Trait, Expect>();
225 static constexpr bool assertTrait() {

Completed in 399 milliseconds