Home
last modified time | relevance | path

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

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/InformationObjectDefinition/
H A DgdcmMacro.cxx26 MapModuleEntry::const_iterator it = ModuleInternal.find(tag); in FindMacroEntry()
27 if( it != ModuleInternal.end() ) in FindMacroEntry()
37 MapModuleEntry::const_iterator it = ModuleInternal.find(tag); in GetMacroEntry()
38 if( it != ModuleInternal.end() ) in GetMacroEntry()
51 Macro::MapModuleEntry::const_iterator it = ModuleInternal.begin(); in Verify()
52 for(;it != ModuleInternal.end(); ++it) in Verify()
H A DgdcmModule.cxx27 MapModuleEntry::const_iterator it = ModuleInternal.find(tag); in FindModuleEntryInMacros()
28 if( it != ModuleInternal.end() ) in FindModuleEntryInMacros()
59 MapModuleEntry::const_iterator it = ModuleInternal.find(tag); in GetModuleEntryInMacros()
60 if( it != ModuleInternal.end() ) in GetModuleEntryInMacros()
95 Module::MapModuleEntry::const_iterator it = ModuleInternal.begin(); in Verify()
96 for(;it != ModuleInternal.end(); ++it) in Verify()
H A DgdcmMacro.h52 void Clear() { ModuleInternal.clear(); } in Clear()
57 ModuleInternal.insert( in AddMacroEntry()
77 MapModuleEntry ModuleInternal;
84 Macro::MapModuleEntry::const_iterator it = _val.ModuleInternal.begin();
85 for(;it != _val.ModuleInternal.end(); ++it)
H A DgdcmModule.h53 void Clear() { ModuleInternal.clear(); } in Clear()
58 ModuleInternal.insert( in AddModuleEntry()
83 MapModuleEntry ModuleInternal;
91 Module::MapModuleEntry::const_iterator it = _val.ModuleInternal.begin();
92 for(;it != _val.ModuleInternal.end(); ++it)
/dports/devel/gdcm/gdcm-3.0.10/Source/InformationObjectDefinition/
H A DgdcmMacro.cxx26 MapModuleEntry::const_iterator it = ModuleInternal.find(tag); in FindMacroEntry()
27 if( it != ModuleInternal.end() ) in FindMacroEntry()
37 MapModuleEntry::const_iterator it = ModuleInternal.find(tag); in GetMacroEntry()
38 if( it != ModuleInternal.end() ) in GetMacroEntry()
51 Macro::MapModuleEntry::const_iterator it = ModuleInternal.begin(); in Verify()
52 for(;it != ModuleInternal.end(); ++it) in Verify()
H A DgdcmModule.cxx27 MapModuleEntry::const_iterator it = ModuleInternal.find(tag); in FindModuleEntryInMacros()
28 if( it != ModuleInternal.end() ) in FindModuleEntryInMacros()
59 MapModuleEntry::const_iterator it = ModuleInternal.find(tag); in GetModuleEntryInMacros()
60 if( it != ModuleInternal.end() ) in GetModuleEntryInMacros()
95 Module::MapModuleEntry::const_iterator it = ModuleInternal.begin(); in Verify()
96 for(;it != ModuleInternal.end(); ++it) in Verify()
H A DgdcmMacro.h52 void Clear() { ModuleInternal.clear(); } in Clear()
57 ModuleInternal.insert( in AddMacroEntry()
77 MapModuleEntry ModuleInternal;
84 Macro::MapModuleEntry::const_iterator it = _val.ModuleInternal.begin();
85 for(;it != _val.ModuleInternal.end(); ++it)
H A DgdcmModule.h53 void Clear() { ModuleInternal.clear(); } in Clear()
58 ModuleInternal.insert( in AddModuleEntry()
83 MapModuleEntry ModuleInternal;
91 Module::MapModuleEntry::const_iterator it = _val.ModuleInternal.begin();
92 for(;it != _val.ModuleInternal.end(); ++it)
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/
H A Dlibrary_module.cc66 class ModuleInternal { class
162 auto module_import_addr = ModuleInternal::GetImportsAddr(n.operator->()); in ProcessModuleBlob()
170 auto module_import_addr = ModuleInternal::GetImportsAddr(modules[i].operator->()); in ProcessModuleBlob()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/
H A Dmodule.rs33 pub trait Module: ModuleInternal {
40 pub trait ModuleInternal: Send + Sync { trait
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/
H A Dmodule.rs33 pub trait Module: ModuleInternal {
40 pub trait ModuleInternal: Send + Sync { trait
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/lucet-runtime-internals/src/
H A Dmodule.rs33 pub trait Module: ModuleInternal {
40 pub trait ModuleInternal: Send + Sync { interface
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-runtime/lucet-runtime-internals/src/
H A Dmodule.rs33 pub trait Module: ModuleInternal {
40 pub trait ModuleInternal: Send + Sync { trait
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/module/
H A Ddl.rs2 use crate::module::{AddrDetails, GlobalSpec, HeapSpec, Module, ModuleInternal, TableElement};
197 impl ModuleInternal for DlModule {
H A Dmock.rs2 use crate::module::{AddrDetails, GlobalSpec, HeapSpec, Module, ModuleInternal, TableElement};
262 impl ModuleInternal for MockModule {
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/module/
H A Ddl.rs2 use crate::module::{AddrDetails, GlobalSpec, HeapSpec, Module, ModuleInternal, TableElement};
197 impl ModuleInternal for DlModule {
H A Dmock.rs2 use crate::module::{AddrDetails, GlobalSpec, HeapSpec, Module, ModuleInternal, TableElement};
262 impl ModuleInternal for MockModule {
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/lucet-runtime-internals/src/module/
H A Ddl.rs2 use crate::module::{AddrDetails, GlobalSpec, HeapSpec, Module, ModuleInternal, TableElement};
197 impl ModuleInternal for DlModule {
H A Dmock.rs2 use crate::module::{AddrDetails, GlobalSpec, HeapSpec, Module, ModuleInternal, TableElement};
262 impl ModuleInternal for MockModule {
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rlbox_lucet_sandbox/src/
H A Dcreate.rs4 use lucet_runtime_internals::{module::ModuleInternal};
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rlbox_lucet_sandbox/src/
H A Dcreate.rs4 use lucet_runtime_internals::{module::ModuleInternal};
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rlbox_lucet_sandbox/src/
H A Dcreate.rs4 use lucet_runtime_internals::{module::ModuleInternal};
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-runtime/lucet-runtime-internals/src/module/
H A Ddl.rs2 use crate::module::{AddrDetails, GlobalSpec, HeapSpec, Module, ModuleInternal, TableElement};
230 impl ModuleInternal for DlModule {
H A Dmock.rs2 use crate::module::{AddrDetails, GlobalSpec, HeapSpec, Module, ModuleInternal, TableElement};
276 impl ModuleInternal for MockModule {
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/runtime/
H A Dmodule.h197 friend class ModuleInternal; variable