Home | History | Annotate | Download | only in Serialization

Lines Matching refs:NumStoredSelLocs

880   unsigned NumStoredSelLocs = Record[Idx++];
882 SelLocs.reserve(NumStoredSelLocs);
883 for (unsigned i = 0; i != NumStoredSelLocs; ++i)