Searched defs:GetHash (Results 1 – 15 of 15) sorted by relevance
16 static size_t GetHash(uint64_t id) { return id; } in GetHash() function
123 static size_t GetHash(trace_string_index_t key) { return key; } in GetHash() function137 static size_t GetHash(trace_thread_index_t key) { return key; } in GetHash() function153 static size_t GetHash(ProviderId key) { return key; } in GetHash() function
36 static size_t GetHash(const LoggerImpl* impl) { return reinterpret_cast<uintptr_t>(impl); } in GetHash() function
35 static size_t GetHash(const LauncherImpl* impl) { return reinterpret_cast<uintptr_t>(impl); } in GetHash() function
72 static size_t GetHash(CString key) { in GetHash() function
63 static size_t GetHash(uint32_t key) { return static_cast<size_t>(key); } in GetHash() function
52 static size_t GetHash(fbl::String key) { return fnv1a64str(key.c_str()); } in GetHash() function
44 static OtherHashType GetHash(const OtherKeyType& key) { in GetHash() function
50 static HashType GetHash(const KeyType& key) { in GetHash() function530 static HashType GetHash(const KeyType& obj) { in GetHash() function
63 static size_t GetHash(uint32_t key) { return key; } in GetHash() function in nand::__anon5391ee570111::TableNode
370 static size_t GetHash(ino_t key) { return fnv1a_tiny(key, kMinfsHashBits); } in GetHash() function
58 static HashType GetHash(const KeyType& key) { in GetHash() function
96 static size_t GetHash(const char* key) { return reinterpret_cast<uintptr_t>(key); } in GetHash() function109 static size_t GetHash(zx_koid_t key) { return key; } in GetHash() function
1018 size_t SocketDevice::Connection::GetHash(const ConnectionKey& addr) { in GetHash() function in virtio::SocketDevice::Connection
Completed in 45 milliseconds