Lines Matching defs:number
50 // // The prefix size indicates number of elements in the beginning
53 // // The Element size indicates number of elements per entry.
72 // Returns the number of elements in the hash table.
75 // Returns the number of deleted elements in the hash table.
93 // number of elements. May be more than HashTable::kMaxCapacity.
105 // Update the number of elements in the hash table.
108 // Update the number of deleted elements in the hash table.
116 inline static InternalIndex NextProbe(InternalIndex last, uint32_t number,
118 return InternalIndex((last.as_uint32() + number) & (size - 1));
234 // room for the given number of elements, also allowing it to shrink.
264 // number _probe_.