Searched refs:TypedSlot (Results 1 – 1 of 1) sorted by relevance
408 struct TypedSlot { struct409 TypedSlot() : type_and_offset_(0), host_offset_(0) {} in TypedSlot() argument411 TypedSlot(SlotType type, uint32_t host_offset, uint32_t offset) in TypedSlot() function416 bool operator==(const TypedSlot other) {421 bool operator!=(const TypedSlot other) { return !(*this == other); }441 void Set(TypedSlot slot) { in Set() argument475 TypedSlot slot(type, host_offset, offset); in Insert() argument507 TypedSlot* buf = chunk->buffer(); in Iterate()557 TypedSlot* buf = chunk->buffer(); in RemoveInvaldSlots()589 buffer_ = NewArray<TypedSlot>(chunk_capacity); in Chunk()[all …]