OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:under_type
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/utilities/function.objects/unord.hash/
enum.pass.cpp
40
typedef typename std::underlying_type<T>::type
under_type
;
typedef
43
std::hash<
under_type
> h2;
49
assert(h1(t) == h2(static_cast<
under_type
>(i)));
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/unord.hash/
enum.pass.cpp
40
typedef typename std::underlying_type<T>::type
under_type
;
typedef
43
std::hash<
under_type
> h2;
49
assert(h1(t) == h2(static_cast<
under_type
>(i)));
Completed in 111 milliseconds