#include "version.h"
#include <daw/daw_do_n.h>
#include <daw/daw_endian.h>
#include <daw/daw_string_view.h>
#include <daw/daw_uint_buffer.h>
#include <cstddef>
#include <cstdint>
#include <iterator>
Go to the source code of this file.
|
template<bool expect_long_strings, typename StringView > |
static constexpr UInt32 | daw::fnv1a_32 (StringView key) |
|
template<std::size_t N, typename CharT > |
static constexpr DAW_ATTRIB_INLINE UInt32 | daw::fnv1a_32_N (CharT *first, UInt32 hash=0x811c '9dc5_u32) |
|
template<typename StringView > |
static constexpr UInt32 | daw::murmur3_32 (StringView key, std::uint32_t seed=0) |
|
template<bool expect_long_strings> |
static constexpr DAW_ATTRIB_INLINE UInt32 | daw::name_hash (daw::string_view key) |
|