Home | History | Annotate | Download | only in base

Lines Matching refs:attr_types_

458   attr_types_ = new std::vector<uint16>();
462 delete attr_types_;
466 return attr_types_->size();
470 return (*attr_types_)[index];
474 (*attr_types_)[index] = value;
478 attr_types_->push_back(value);
479 SetLength(static_cast<uint16>(attr_types_->size() * 2));
487 attr_types_->push_back(attr);
493 for (unsigned i = 0; i < attr_types_->size(); i++)
494 buf->WriteUInt16((*attr_types_)[i]);