Searched refs:other_attributes_ (Results 1 – 2 of 2) sorted by relevance
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()[all …]
213 : vendor_(vendor), other_attributes_() in Vendor_object_attributes()221 for (Other_attributes::iterator p = this->other_attributes_.begin(); in ~Vendor_object_attributes()222 p != this->other_attributes_.end(); in ~Vendor_object_attributes()254 { return &this->other_attributes_; } in other_attributes()258 { return &this->other_attributes_; } in other_attributes()282 Other_attributes other_attributes_; variable