Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/writers/
H A Dsrc_writer.hpp134 virtual bool xGather(CBioseq_Handle, string id, const FIELDS&, ILineErrorListener* =0);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/writers/
H A Dsrc_writer.cpp154 if (!xGather(bsh, "", colNames)) { in WriteBioseqHandle()
176 if (!xGather(it->second, it->first, colNames)) { in WriteBioseqHandles()
560 bool CSrcWriter::xGather( in xGather() function in CSrcWriter