SNAP Library 6.0, Developer Reference
2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <hash.h>
Static Public Member Functions | |
static int | GetPrimHashCd (const char *p) |
static int | GetSecHashCd (const char *p) |
static int | GetPrimHashCd (const TStr &s) |
static int | GetSecHashCd (const TStr &s) |
static int | GetPrimHashCd (const char *p, const ::TSize &Len) |
static int | GetSecHashCd (const char *p, const ::TSize &Len) |
Static Private Member Functions | |
static unsigned int | DJBHash (const char *Str, const ::TSize &Len) |
|
inlinestaticprivate |
Definition at line 1246 of file hash.h.
Referenced by GetPrimHashCd(), and GetSecHashCd().
|
inlinestatic |
Definition at line 1253 of file hash.h.
References DJBHash().
Referenced by TChA::GetPrimHashCd(), TRStr::GetPrimHashCd(), TBigStrPool::GetPrimHashCd(), TStrPool::GetPrimHashCd(), and GetPrimHashCd().
|
inlinestatic |
Definition at line 1259 of file hash.h.
References TStr::CStr(), and GetPrimHashCd().
|
inlinestatic |
Definition at line 1263 of file hash.h.
References DJBHash().
|
inlinestatic |
Definition at line 1256 of file hash.h.
References DJBHash().
Referenced by TChA::GetSecHashCd(), TRStr::GetSecHashCd(), TBigStrPool::GetSecHashCd(), TStrPool::GetSecHashCd(), and GetSecHashCd().
|
inlinestatic |
Definition at line 1261 of file hash.h.
References TStr::CStr(), and GetSecHashCd().
|
inlinestatic |
Definition at line 1265 of file hash.h.
References DJBHash().