Lines Matching refs:this
94 { return this->name_; } in filename()
99 { ++this->object_count_; } in add_object()
104 { --this->object_count_; } in remove_object()
123 { return &this->token_; } in token()
138 { return this->size_; } in filesize()
180 { this->clear_views(CLEAR_VIEWS_ARCHIVE); } in clear_uncached_views()
214 this->reopen_descriptor(); in descriptor()
215 return this->descriptor_; in descriptor()
277 { return this->start_; } in start()
281 { return this->size_; } in size()
285 { return this->data_; } in data()
298 { return this->byteshift_; } in byteshift()
302 { this->cache_ = true; } in set_cache()
306 { this->cache_ = false; } in clear_cache()
310 { return this->cache_; } in should_cache()
314 { this->accessed_ = true; } in set_accessed()
318 { this->accessed_= false; } in clear_accessed()
322 { return this->accessed_; } in accessed()
328 { return this->data_ownership_ == DATA_NOT_OWNED; } in is_permanent_view()
461 { return this->data_; } in data()
509 { return this->input_argument_; } in input_file_argument()
532 { return this->file_.filename(); } in filename()
539 { return this->found_name_; } in found_name()
548 { return this->file_; } in file()
552 { return this->file_; } in file()
557 { return this->is_in_sysroot_; } in is_in_sysroot()
570 { return this->format_; } in format()