Lines Matching refs:other_attributes_
125 gold_assert(this->other_attributes_.empty()); in Vendor_object_attributes()
127 for (Other_attributes::const_iterator p = voa.other_attributes_.begin(); in Vendor_object_attributes()
128 p != voa.other_attributes_.end(); in Vendor_object_attributes()
130 this->other_attributes_[p->first] = new Object_attribute(*(p->second)); in Vendor_object_attributes()
145 for (Other_attributes::const_iterator p = this->other_attributes_.begin(); in size()
146 p != this->other_attributes_.end(); in size()
175 this->other_attributes_.insert(std::make_pair(tag, attr)); in new_attribute()
193 this->other_attributes_.find(tag); in get_attribute()
194 return p != this->other_attributes_.end() ? p->second : NULL; in get_attribute()
206 this->other_attributes_.find(tag); in get_attribute()
207 return p != this->other_attributes_.end() ? p->second : NULL; in get_attribute()
247 for (Other_attributes::const_iterator q = this->other_attributes_.begin(); in write()
248 q != this->other_attributes_.end(); in write()