Searched refs:attrIds_ (Results 1 – 3 of 3) sorted by relevance
94 std::vector<AttrWithId> attrIds_; variable
579 const auto& attrIds_ = recordDataReader_->GetAttrSection(); in UpdateClockType() local580 if (attrIds_.size() > 0) { in UpdateClockType()581 useClockId_ = attrIds_[0].attr.use_clockid; in UpdateClockType()582 clockId_ = attrIds_[0].attr.clockid; in UpdateClockType()
365 attrIds_ = reader_->GetAttrSection(); in DumpAttrPortion()366 for (size_t i = 0; i < attrIds_.size(); ++i) { in DumpAttrPortion()367 const AttrWithId &attr = attrIds_[i]; in DumpAttrPortion()