Searched refs:LoadCell (Results 1 – 1 of 1) sorted by relevance
220 if ((bucket->LoadCell<access_mode>(cell_index) & mask) == 0) { in Insert()233 return (bucket->LoadCell(cell_index) & (1u << bit_index)) != 0; in Contains()243 uint32_t cell = bucket->LoadCell(cell_index); in Remove()325 return (bucket->LoadCell(cell_index) & (1u << bit_index)) != 0; in Lookup()433 uint32_t LoadCell(int cell_index) { in LoadCell() function480 uint32_t cell = bucket->LoadCell(i); in Iterate()