Lines Matching refs:this

93     this->type_ = source.type_;
94 this->int_value_ = source.int_value_;
95 this->string_value_ = source.string_value_;
96 return *this;
102 { return this->type_; } in type()
107 { this->type_ = type; } in set_type()
112 { return this->int_value_; } in int_value()
117 { this->int_value_ = i; } in set_int_value()
122 { return this->string_value_; } in string_value()
127 { this->string_value_ = s; } in set_string_value()
131 { this->string_value_ = s; } in set_string_value()
221 for (Other_attributes::iterator p = this->other_attributes_.begin(); in ~Vendor_object_attributes()
222 p != this->other_attributes_.end(); in ~Vendor_object_attributes()
235 return (this->vendor_ == Object_attribute::OBJ_ATTR_PROC in name()
243 { return &this->known_attributes_[0]; } in known_attributes()
247 { return &this->known_attributes_[0]; } in known_attributes()
254 { return &this->other_attributes_; } in other_attributes()
258 { return &this->other_attributes_; } in other_attributes()
300 this->vendor_object_attributes_[vendor] = in Attributes_section_data()
309 delete this->vendor_object_attributes_[vendor]; in ~Attributes_section_data()
321 return this->vendor_object_attributes_[vendor]->known_attributes(); in known_attributes()
328 return this->vendor_object_attributes_[vendor]->known_attributes(); in known_attributes()
336 return this->vendor_object_attributes_[vendor]->other_attributes(); in other_attributes()
344 return this->vendor_object_attributes_[vendor]->other_attributes(); in other_attributes()
352 return this->vendor_object_attributes_[vendor]->get_attribute(tag); in get_attribute()
359 return this->vendor_object_attributes_[vendor]->get_attribute(tag); in get_attribute()
393 { mapfile->print_output_data(this, _("** attributes")); } in do_print_to_mapfile()
402 { this->set_data_size(attributes_section_data_.size()); } in set_final_data_size()