Lines Matching full:vendor_object_attributes_
300 this->vendor_object_attributes_[vendor] =
301 new Vendor_object_attributes(*asd.vendor_object_attributes_[vendor]);
309 delete this->vendor_object_attributes_[vendor];
321 return this->vendor_object_attributes_[vendor]->known_attributes();
328 return this->vendor_object_attributes_[vendor]->known_attributes();
336 return this->vendor_object_attributes_[vendor]->other_attributes();
344 return this->vendor_object_attributes_[vendor]->other_attributes();
352 return this->vendor_object_attributes_[vendor]->get_attribute(tag);
359 return this->vendor_object_attributes_[vendor]->get_attribute(tag);
377 Vendor_object_attributes* vendor_object_attributes_[OBJ_ATTR_LAST+1];