Home
last modified time | relevance | path

Searched defs:SetModuleName (Results 1 – 12 of 12) sorted by relevance

/dports/devel/upp/upp/uppsrc/ide/Builders/
H A DAndroidBuilder.h139 void SetModuleName(const String& name) { makeFile.SetName(name); } in SetModuleName() function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/datatool/
H A Dtypestr.cpp70 void CTypeStrings::SetModuleName(const string& name) in SetModuleName() function in CTypeStrings
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/serial/datatool/
H A Dtypestr.cpp70 void CTypeStrings::SetModuleName(const string& name) in SetModuleName() function in CTypeStrings
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/
H A Dtypeinfo.cpp259 void CTypeInfo::SetModuleName(const string& name) in SetModuleName() function in CTypeInfo
266 void CTypeInfo::SetModuleName(const char* name) in SetModuleName() function in CTypeInfo
H A Dserial.cpp96 void SetModuleName(CTypeInfo* info, const char* moduleName) in SetModuleName() function
101 void SetModuleName(CEnumeratedTypeValues* info, const char* moduleName) in SetModuleName() function
H A Denumerated.cpp77 void CEnumeratedTypeValues::SetModuleName(const string& name) in SetModuleName() function in CEnumeratedTypeValues
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/serial/
H A Dtypeinfo.cpp259 void CTypeInfo::SetModuleName(const string& name) in SetModuleName() function in CTypeInfo
266 void CTypeInfo::SetModuleName(const char* name) in SetModuleName() function in CTypeInfo
H A Dserial.cpp96 void SetModuleName(CTypeInfo* info, const char* moduleName) in SetModuleName() function
101 void SetModuleName(CEnumeratedTypeValues* info, const char* moduleName) in SetModuleName() function
H A Denumerated.cpp77 void CEnumeratedTypeValues::SetModuleName(const string& name) in SetModuleName() function in CEnumeratedTypeValues
/dports/lang/mono/mono-5.10.1.57/mcs/ilasm/codegen/
H A DCodeGen.cs242 public void SetModuleName (string module_name) in SetModuleName() method in Mono.ILASM.CodeGen
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/emit/
H A Dmodulebuilder.cs304 private extern static void SetModuleName(RuntimeModule module, String strModuleName); in SetModuleName() method in System.Reflection.Emit.ModuleBuilder
/dports/editors/cudatext/CudaText-1.151.0/python4lazarus/python4lazarus/
H A DPythonEngine.pas6601 procedure TPythonModule.SetModuleName( const val : AnsiString ); procedure