OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:under_type
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/test/std/utilities/function.objects/unord.hash/
enum.pass.cpp
39
typedef typename std::underlying_type<T>::type
under_type
;
typedef
42
std::hash<
under_type
> h2;
48
assert(h1(t) == h2(static_cast<
under_type
>(i)));
/prebuilts/ndk/r11/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)));
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/unord.hash/
enum.pass.cpp
37
typedef typename std::underlying_type<T>::type
under_type
;
typedef
40
std::hash<
under_type
> h2;
45
assert(h1(t) == h2(static_cast<
under_type
>(i)));
Completed in 402 milliseconds