Searched refs:crc32s_to_write (Results 1 – 3 of 3) sorted by relevance
171 scoped_ptr<std::vector<CRCRecord> > crc32s_to_write,
759 crc32s_to_write(new std::vector<CRCRecord>()); in CloseInternal() local770 crc32s_to_write->push_back(CRCRecord(i, true, crc)); in CloseInternal()772 crc32s_to_write->push_back(CRCRecord(i, false, 0)); in CloseInternal()786 base::Passed(&crc32s_to_write), in CloseInternal()
623 scoped_ptr<std::vector<CRCRecord> > crc32s_to_write, in Close()636 for (std::vector<CRCRecord>::const_iterator it = crc32s_to_write->begin(); in Close()637 it != crc32s_to_write->end(); ++it) { in Close()