Home
last modified time | relevance | path

Searched refs:RECORD_IT (Results 1 – 1 of 1) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/writers/
H A Dbed_writer.cpp240 using RECORD_IT = RECORDS::iterator; typedef in CThreeFeatManager
263 RECORD_IT
267 RECORD_IT
279 RECORD_IT it = xFindExistingRecord(feature); in AddFeature()
281 RECORD_IT addIt = xAddRecord(feature); in AddFeature()
294 RECORD_IT it = xFindExistingRecord(feature); in IsRecordComplete()
308 RECORD_IT it = xFindExistingRecord(feature); in ProcessRecord()
328 RECORD_IT it = mRecords.end() - 1; in GetAnyRecord()
337 CThreeFeatManager::RECORD_IT
347 for (RECORD_IT it = mRecords.begin(); it != mRecords.end(); ++it) { in xFindExistingRecord()
[all …]