Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Attrs

174   AttrVec Attrs;
175 Reader.ReadAttributes(F, Attrs, Record, Idx);
178 assert(NumAttrs == Attrs.size());
179 std::copy(Attrs.begin(), Attrs.end(), S->getAttrArrayPtr());