Searched refs:TypedSlot (Results 1 – 2 of 2) sorted by relevance
25 TypedSlot slot = {TypeField::encode(type) | OffsetField::encode(offset)}; in Insert()65 IterateSlotsInRanges([](TypedSlot* slot) { *slot = ClearedTypedSlot(); }, in ClearInvalidSlots()71 [](TypedSlot* slot) { in AssertNoInvalidSlots()84 for (TypedSlot& slot : chunk->buffer) { in IterateSlotsInRanges()
662 struct TypedSlot { struct667 std::vector<TypedSlot> buffer; argument708 for (TypedSlot& slot : chunk->buffer) { in Iterate()766 static TypedSlot ClearedTypedSlot() { in ClearedTypedSlot()767 return TypedSlot{TypeField::encode(SlotType::kCleared) | in ClearedTypedSlot()