Lines Matching defs:offset_
65 Slot(Writer* w, uintptr_t offset) : w_(w), offset_(offset) {}
67 T* operator->() { return w_->RawSlotAt<T>(offset_); }
70 base::WriteUnalignedValue(w_->AddressAt<T>(offset_), value);
73 Slot<T> at(int i) { return Slot<T>(w_, offset_ + sizeof(T) * i); }
77 uintptr_t offset_;
380 offset_(offset),
388 header->offset = offset_;
395 uintptr_t offset_;
405 offset_(0),
418 offset_ = writer_->position();
428 header->offset = offset_;
444 uintptr_t offset_;