Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/data_loaders/genbank/cache/
H A Dwriter_cache.cpp181 if( !m_IdCache) { in SaveSeq_idSeq_ids()
193 if( !m_IdCache) { in SaveSeq_idGi()
214 if( !m_IdCache) { in SaveSeq_idAccVer()
237 if( !m_IdCache) { in SaveSeq_idLabel()
253 if( !m_IdCache) { in SaveSeq_idTaxId()
270 if( !m_IdCache) { in SaveSequenceHash()
289 if( !m_IdCache) { in SaveSequenceLength()
306 if( !m_IdCache) { in SaveSequenceType()
322 if( !m_IdCache) { in WriteSeq_ids()
429 if( !m_IdCache ) { in SaveBlobState()
[all …]
H A Dreader_cache.cpp262 m_IdCache = id_cache; in SetIdCache()
645 if ( !m_IdCache ) { in ReadSeq_ids()
678 if ( !m_IdCache ) { in LoadSeq_idSeq_ids()
690 if ( !m_IdCache ) { in LoadSeq_idGi()
739 if ( !m_IdCache ) { in LoadSeq_idAccVer()
798 if ( !m_IdCache ) { in LoadSeq_idLabel()
831 if ( !m_IdCache ) { in LoadSeq_idTaxId()
860 if ( !m_IdCache ) { in LoadSequenceHash()
910 if ( !m_IdCache ) { in LoadSequenceLength()
939 if ( !m_IdCache ) { in LoadSequenceType()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/data_loaders/genbank/cache/
H A Dwriter_cache.cpp181 if( !m_IdCache) { in SaveSeq_idSeq_ids()
193 if( !m_IdCache) { in SaveSeq_idGi()
214 if( !m_IdCache) { in SaveSeq_idAccVer()
237 if( !m_IdCache) { in SaveSeq_idLabel()
253 if( !m_IdCache) { in SaveSeq_idTaxId()
270 if( !m_IdCache) { in SaveSequenceHash()
289 if( !m_IdCache) { in SaveSequenceLength()
306 if( !m_IdCache) { in SaveSequenceType()
322 if( !m_IdCache) { in WriteSeq_ids()
429 if( !m_IdCache ) { in SaveBlobState()
[all …]
H A Dreader_cache.cpp262 m_IdCache = id_cache; in SetIdCache()
645 if ( !m_IdCache ) { in ReadSeq_ids()
678 if ( !m_IdCache ) { in LoadSeq_idSeq_ids()
690 if ( !m_IdCache ) { in LoadSeq_idGi()
739 if ( !m_IdCache ) { in LoadSeq_idAccVer()
798 if ( !m_IdCache ) { in LoadSeq_idLabel()
831 if ( !m_IdCache ) { in LoadSeq_idTaxId()
860 if ( !m_IdCache ) { in LoadSequenceHash()
910 if ( !m_IdCache ) { in LoadSequenceLength()
939 if ( !m_IdCache ) { in LoadSequenceType()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objects/seqloc/
H A DSeq_loc.hpp400 mutable const CSeq_id* volatile m_IdCache; member in CSeq_loc
889 m_IdCache = NULL; in InvalidateIdCache()
926 const CSeq_id* my_id = m_IdCache; in CheckId()
931 m_IdCache = my_id; in CheckId()
952 m_IdCache = nc_id.GetPointer(); in SetId()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objects/seqloc/
H A DSeq_loc.hpp400 mutable const CSeq_id* volatile m_IdCache; member in CSeq_loc
889 m_IdCache = NULL; in InvalidateIdCache()
926 const CSeq_id* my_id = m_IdCache; in CheckId()
931 m_IdCache = my_id; in CheckId()
952 m_IdCache = nc_id.GetPointer(); in SetId()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/split_cache/
H A Dsplit_cache.hpp242 return *m_IdCache; in GetIdCache()
262 AutoPtr<ICache> m_IdCache; member in CSplitCacheApp
H A Dsplit_cache.cpp382 m_IdCache.reset(cache = new CBDB_Cache()); in SetupCache()
428 m_IdCache.reset(cwriter->GetIdCache(), eNoOwnership); in SetupCache()
1235 m_IdCache.reset(); in TestSplit()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/data_loaders/genbank/cache/
H A Dreader_cache.hpp131 return m_IdCache; in GetIdCache()
140 ICache* m_IdCache; member in CCacheHolder
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objtools/data_loaders/genbank/cache/
H A Dreader_cache.hpp131 return m_IdCache; in GetIdCache()
140 ICache* m_IdCache; member in CCacheHolder
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/db/bdb/
H A Dbdb_blobcache.hpp1055 ICache* GetIdCache() { return m_IdCache; } in GetIdCache()
1063 ICache* m_IdCache; member in CBDB_CacheHolder
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/db/bdb/
H A Dbdb_blobcache.cpp5404 m_IdCache(id_cache) in CBDB_CacheHolder()
5410 delete m_IdCache; in ~CBDB_CacheHolder()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/seqloc/
H A DSeq_loc.cpp391 m_IdCache = id; in x_UpdateTotalRange()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objects/seqloc/
H A DSeq_loc.cpp391 m_IdCache = id; in x_UpdateTotalRange()