Go to the source code of this file.
|
| Moose |
| MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to address this in their environment if C++17 compatibility isn't found.
|
|
| Moose::Kokkos |
|
|
template<typename T > |
KOKKOS_FUNCTION uint32_t | Moose::Kokkos::fnv1aHash (const T &key, uint32_t hash) |
|
template<typename T > |
KOKKOS_FUNCTION uint32_t | Moose::Kokkos::fnv1aHash (const T &key) |
|
template<typename T1 , typename T2 > |
KOKKOS_FUNCTION uint32_t | Moose::Kokkos::fnv1aHash (const Pair< T1, T2 > &key) |
|
template<typename T1 , typename T2 > |
void | Moose::Kokkos::dataStore (std::ostream &stream, Map< T1, T2 > &map, void *context) |
|
template<typename T1 , typename T2 > |
void | Moose::Kokkos::dataLoad (std::istream &stream, Map< T1, T2 > &map, void *context) |
|