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

  /external/libcxx/test/utilities/function.objects/unord.hash/
enum.pass.cpp 38 typedef typename std::underlying_type<T>::type under_type; typedef
41 std::hash<under_type> h2;
46 assert(h1(t) == h2(static_cast<under_type>(i)));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/
enum.pass.cpp 38 typedef typename std::underlying_type<T>::type under_type; typedef
41 std::hash<under_type> h2;
46 assert(h1(t) == h2(static_cast<under_type>(i)));

Completed in 100 milliseconds