Searched refs:GHashCell (Results 1 – 1 of 1) sorted by relevance
929 class GHashCell;931 GHashCell *table = nullptr;946 GHashCell newCell);950 class GHashCell { class958 GHashCell() = default;966 GHashCell(bool isItem, uint32_t tpiSrcIdx, uint32_t ghashIdx) in GHashCell() function in __anon08affc140811::GHashCell973 explicit GHashCell(uint64_t data) : data(data) {} in GHashCell() function in __anon08affc140811::GHashCell996 friend inline bool operator<(const GHashCell &l, const GHashCell &r) { in operator <()1013 table = new GHashCell[newTableSize]; in init()1014 memset(table, 0, newTableSize * sizeof(GHashCell)); in init()[all …]