Home
last modified time | relevance | path

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

/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Statements/
H A DCatchStatement.vb31 Private m_When As Expression
51 Return m_When
64 m_When = [When]
70 If m_When IsNot Nothing Then
89 …result = m_When.GenerateCode(Info.Clone(Me, True, False, Compiler.TypeCache.System_Boolean)) AndAl…
121 If m_When IsNot Nothing Then
122 result = m_When.ResolveTypeReferences AndAlso result
140 ElseIf m_When Is Nothing Then
148 If m_When IsNot Nothing Then result = m_When.ResolveExpression(Info) AndAlso result
151 If m_When IsNot Nothing Then
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/datatool/
H A Dtraversal_spec_file_parser.hpp71 EWhen GetWhen(void) const { return m_When; } in GetWhen()
85 const EWhen m_When; member in CTraversalSpecFileParser::CDescFileNode
H A Dtraversal_spec_file_parser.cpp200 : m_Func(func), m_ConstantArgs(constant_args), m_ID(++ms_HighestID), m_When(when) in CDescFileNode()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/serial/datatool/
H A Dtraversal_spec_file_parser.hpp71 EWhen GetWhen(void) const { return m_When; } in GetWhen()
85 const EWhen m_When; member in CTraversalSpecFileParser::CDescFileNode
H A Dtraversal_spec_file_parser.cpp200 : m_Func(func), m_ConstantArgs(constant_args), m_ID(++ms_HighestID), m_When(when) in CDescFileNode()
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/
H A DPluginMessages.h24 time_t m_When; variable
30 m_When = time(0); in CPluginMessageBase()
418 m_When += Delay; in WriteDirective()
H A DPluginManager.cpp350 if (!FrontMessage->m_Delay || FrontMessage->m_When <= Now) in Do_Work()
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Parser/
H A DParser.vb5733 Dim m_When As Expression = Nothing
5746 m_When = ParseExpression(result)
5747 If m_When Is Nothing Then Helper.ErrorRecoveryNotImplemented(tm.CurrentLocation)
5757 result.Init(m_Variable, m_TypeName, m_When, m_Code)