Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/
H A DModuleList.cs115 … return RuntimeAugments.FindBlob(Handle, (int)blobId, new IntPtr(ppBlob), new IntPtr(pcbBlob)); in TryFindBlob()
128 … return RuntimeAugments.FindBlob(Handle, (int)blobId, new IntPtr(ppBlob), new IntPtr(pcbBlob)); in TryFindBlob()
713 …if (RuntimeAugments.FindBlob(newModuleHandles[newModuleIndex], (int)ReflectionMapBlob.EmbeddedMeta… in RegisterNewModules()
H A DTypeLoaderEnvironment.cs354 …if (RuntimeAugments.FindBlob(moduleHandle, (int)ReflectionMapBlob.NativeLayoutInfo, new IntPtr(&pB… in GetNativeLayoutInfoReader()
697 …if (!RuntimeAugments.FindBlob(new TypeManagerHandle(associatedModule), (int)ReflectionMapBlob.Unbo… in TryGetTargetOfUnboxingAndInstantiatingStub()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netcache/
H A Dnc_storage.hpp101 static string FindBlob(Uint2 bucket, const string& mask, Uint8 cr_time_hi);
H A Dnc_storage_blob.cpp1975 m_Key = CNCBlobStorage::FindBlob(m_CurBucket, m_Filter, m_CrTime); in x_FindNext()
H A Dnc_storage.cpp301 string CNCBlobStorage::FindBlob(Uint2 bucket, const string& mask, Uint8 cr_time_hi) in FindBlob() function in CNCBlobStorage
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/data_loaders/genbank/
H A Dpsg_loader_impl.cpp351 shared_ptr<SPsgBlobInfo> FindBlob(const string& bid) { in FindBlob() function in CPSGBlobMap
925 auto blob_info = m_BlobMap->FindBlob(blob_id); in GetSequenceState()
934 blob_info = m_BlobMap->FindBlob(blob_id); in GetSequenceState()
1247 m_PsgBlobInfo = m_Loader.m_BlobMap->FindBlob(m_ReplyResult.blob_id); in DoExecute()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/Internal/Runtime/Augments/
H A DRuntimeAugments.cs225 …public static unsafe bool FindBlob(TypeManagerHandle typeManager, int blobId, IntPtr ppbBlob, IntP… in FindBlob() method in Internal.Runtime.Augments.RuntimeAugments
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/data_loaders/genbank/
H A Dpsg_loader_impl.cpp304 shared_ptr<SPsgBlobInfo> FindBlob(const string& bid) { in FindBlob() function in CPSGBlobMap
1535 m_PsgBlobInfo = m_Loader.m_BlobMap->FindBlob(m_ReplyResult.blob_id); in DoExecute()