MCPcopy Create free account
hub / github.com/defold/defold / ReverseHashEntry

Class ReverseHashEntry

engine/dlib/src/dlib/hash.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#include <dlib/hashtable.h>
27
28struct ReverseHashEntry
29{
30 inline ReverseHashEntry(void* value, uint32_t length) : m_Value(value), m_Length (length) {}
31 void* m_Value;
32 uint16_t m_Length;
33};
34
35template<typename TABLE>
36static void IncreaseTableCapacity(TABLE* table, uint32_t increment)

Callers 2

dmHashBuffer32Function · 0.85
dmHashBuffer64Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected