Home | History | Annotate | Download | only in db

Lines Matching refs:to_unref

637       std::vector<FileMetaData*> to_unref;
638 to_unref.reserve(added->size());
641 to_unref.push_back(*it);
644 for (uint32_t i = 0; i < to_unref.size(); i++) {
645 FileMetaData* f = to_unref[i];