Lines Matching defs:writer_
418 : ELFSection(name, TYPE_STRTAB, 1), writer_(NULL), offset_(0), size_(0) {430 writer_ = w;431 offset_ = writer_->position();438 writer_ = NULL;442 DCHECK(writer_ == NULL);451 writer_->Write(*str);457 Writer* writer_;