Home
last modified time | relevance | path

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

12345678910>>...27

/dports/biology/avida/avida-2.12.4-src/avida-core/source/script/
H A DcASNativeObjectMethod.h60 void (NativeClass::*m_method)();
75 (object->*m_method)(); in Call()
87 void (NativeClass::*m_method)() const;
102 (object->*m_method)(); in Call()
114 void (*m_method)(NativeClass*); variable
129 (*m_method)(object); in Call()
143 ReturnType (NativeClass::*m_method)();
159 rvalue.Set((object->*m_method)()); in Call()
187 rvalue.Set((object->*m_method)()); in Call()
199 ReturnType (*m_method)(NativeClass*); variable
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/emit/
H A Dmethodbuilderinstantiation.cs32 internal MethodInfo m_method; field in System.Reflection.Emit.MethodBuilderInstantiation
39 m_method = method; in MethodBuilderInstantiation()
46 return m_method.GetParameterTypes(); in GetParameterTypes()
50 public override MemberTypes MemberType { get { return m_method.MemberType; } }
51 public override String Name { get { return m_method.Name; } }
52 public override Type DeclaringType { get { return m_method.DeclaringType; } }
53 public override Type ReflectedType { get { return m_method.ReflectedType; } }
57 public override Module Module { get { return m_method.Module; } }
66 public override MethodAttributes Attributes { get { return m_method.Attributes; } }
73 public override MethodInfo GetGenericMethodDefinition() { return m_method; } in GetGenericMethodDefinition()
[all …]
H A Dxxxontypebuilderinstantiation.cs28 internal MethodInfo m_method; field in System.Reflection.Emit.MethodOnTypeBuilderInstantiation
37 m_method = method; in MethodOnTypeBuilderInstantiation()
44 return m_method.GetParameterTypes(); in GetParameterTypes()
48 public override MemberTypes MemberType { get { return m_method.MemberType; } }
49 public override String Name { get { return m_method.Name; } }
59 MethodBuilder mb = m_method as MethodBuilder;
65 Contract.Assert(m_method is RuntimeMethodInfo);
66 return m_method.MetadataToken;
70 public override Module Module { get { return m_method.Module; } }
86 public override MethodInfo GetGenericMethodDefinition() { return m_method; } in GetGenericMethodDefinition()
[all …]
H A Dmethodtoken.cs28 internal int m_method; field
31 m_method=str; in MethodToken()
35 get { return m_method; }
40 return m_method; in GetHashCode()
53 return obj.m_method == m_method; in Equals()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/rendering/gles/
H A DRenderSystemGLES.cpp342 if (m_pShader[m_method]) in ScissorsCanEffectClipping()
350 if (!m_pShader[m_method]) in ClipRectToScissorRect()
541 m_method = method; in EnableGUIShader()
542 if (m_pShader[m_method]) in EnableGUIShader()
554 if (m_pShader[m_method]) in DisableGUIShader()
558 m_method = SM_DEFAULT; in DisableGUIShader()
563 if (m_pShader[m_method]) in GUIShaderGetPos()
571 if (m_pShader[m_method]) in GUIShaderGetCol()
579 if (m_pShader[m_method]) in GUIShaderGetCoord0()
587 if (m_pShader[m_method]) in GUIShaderGetCoord1()
[all …]
/dports/net/easysoap/EasySoap++-0.8.0/src/
H A DSOAPMethodHandler.cpp38 : m_method(0) in SOAPMethodHandler()
51 m_method = &method; in SetMethod()
57 m_method->Reset(); in start()
62 m_method->GetName().GetNamespace() = ""; in start()
63 m_method->GetName().GetNamespace().Append(name, ns - name); in start()
64 m_method->GetName().GetName() = ++ns; in start()
68 m_method->SetName(name); in start()
98 SOAPParameter *param = &m_method->AddParameter(name); in startElement()
/dports/math/gismo/gismo-21.12.0/extensions/gsStructuralAnalysis/
H A DgsTimeIntegrator.hpp41 if (m_method=="ExplEuler" || m_method=="ImplEuler" || m_method=="RK4") in initializeSolution()
46 else if ((m_method=="Newmark") || (m_method=="Bathe") || (m_method=="CentralDiff")) in initializeSolution()
61 if (m_method=="ExplEuler" || m_method=="ImplEuler" || m_method=="RK4") in resetSolution()
66 else if ((m_method=="Newmark") || (m_method=="Bathe") || (m_method=="CentralDiff")) in resetSolution()
78 if (m_method=="ExplEuler" || m_method=="ImplEuler" || m_method=="RK4") in setDisplacement()
80 else if ((m_method=="Newmark") || (m_method=="Bathe") || (m_method=="CentralDiff")) in setDisplacement()
87 if (m_method=="ExplEuler" || m_method=="ImplEuler" || m_method=="RK4") in setVelocity()
89 else if ((m_method=="Newmark") || (m_method=="Bathe") || (m_method=="CentralDiff")) in setVelocity()
96 if (m_method=="ExplEuler" || m_method=="ImplEuler" || m_method=="RK4") in setAcceleration()
99 else if ((m_method=="Newmark") || (m_method=="Bathe") || (m_method=="CentralDiff")) in setAcceleration()
[all …]
/dports/graphics/wdune/wdune-1.926/src/
H A DNurbsCurve2NurbsSurfDialog.cpp44 m_method = method; in NurbsCurve2NurbsSurfDialog()
55 m_method = NURBS_ROT_POINT_TO_POINT; in SaveData()
57 m_method = NURBS_ROT_X_AXIS; in SaveData()
59 m_method = NURBS_ROT_Y_AXIS; in SaveData()
61 m_method = NURBS_ROT_Z_AXIS; in SaveData()
88 switch (m_method) { in Validate()
119 if (m_method == NURBS_ROT_POINT_TO_POINT) in LoadData()
121 else if (m_method == NURBS_ROT_X_AXIS) in LoadData()
123 else if (m_method == NURBS_ROT_Y_AXIS) in LoadData()
125 else if (m_method == NURBS_ROT_Z_AXIS) in LoadData()
/dports/multimedia/kodi-addon-pvr.hts/pvr.hts-19.0.4-Matrix/src/tvheadend/
H A DHTSPMessage.h27 : m_method(method), m_msg(msg) in m_method() function
31 HTSPMessage(const HTSPMessage& msg) : m_method(msg.m_method), m_msg(msg.m_msg) in HTSPMessage()
49 m_method = msg.m_method;
56 const std::string& GetMethod() const { return m_method; } in GetMethod()
66 std::string m_method;
/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-strip/Mono.Cecil/
H A DGenericContext.cs34 MethodReference m_method; field in Mono.Cecil.GenericContext
42 get { return m_method; }
43 set { m_method = value; }
51 get { return m_type == null && m_method == null; }
61 m_method = meth; in GenericContext()
70 m_method = meth; in GenericContext()
88 ctx.Method = m_method; in Clone()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders/
H A DVideoFilterShaderGL.cpp56 m_method = method; in ConvolutionFilterShader()
64 if (m_method == VS_SCALINGMETHOD_CUBIC_B_SPLINE || in ConvolutionFilterShader()
66 m_method == VS_SCALINGMETHOD_CUBIC_CATMULL || in ConvolutionFilterShader()
67 m_method == VS_SCALINGMETHOD_CUBIC_0_075 || in ConvolutionFilterShader()
68 m_method == VS_SCALINGMETHOD_CUBIC_0_1 || in ConvolutionFilterShader()
69 m_method == VS_SCALINGMETHOD_LANCZOS2 || in ConvolutionFilterShader()
70 m_method == VS_SCALINGMETHOD_SPLINE36_FAST || in ConvolutionFilterShader()
71 m_method == VS_SCALINGMETHOD_LANCZOS3_FAST) in ConvolutionFilterShader()
80 else if (m_method == VS_SCALINGMETHOD_SPLINE36 || in ConvolutionFilterShader()
81 m_method == VS_SCALINGMETHOD_LANCZOS3) in ConvolutionFilterShader()
[all …]
H A DVideoFilterShaderGLES.cpp71 m_method = method; in ConvolutionFilterShader()
87 if (m_method == VS_SCALINGMETHOD_CUBIC_MITCHELL || in ConvolutionFilterShader()
88 m_method == VS_SCALINGMETHOD_LANCZOS2 || in ConvolutionFilterShader()
89 m_method == VS_SCALINGMETHOD_SPLINE36_FAST || in ConvolutionFilterShader()
90 m_method == VS_SCALINGMETHOD_LANCZOS3_FAST) in ConvolutionFilterShader()
94 else if (m_method == VS_SCALINGMETHOD_SPLINE36 || in ConvolutionFilterShader()
95 m_method == VS_SCALINGMETHOD_LANCZOS3) in ConvolutionFilterShader()
128 CConvolutionKernel kernel(m_method, 256); in OnCompiledAndLinked()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/tw/
H A Daction.h39 CommandMethod m_method; variable
42 : m_target(target), m_method(method){}; in m_target()
43 void sendCommand() { (m_target->*m_method)(); }; in sendCommand()
46 return new TCommandAction<T>(m_target, m_method); in clone()
58 CommandMethod m_method; variable
62 : m_target(target), m_method(method), m_arg(arg){}; in m_target()
63 void sendCommand() { (m_target->*m_method)(m_arg); }; in sendCommand()
66 return new TCommandAction1<T, Arg>(m_target, m_method, m_arg); in clone()
175 Method m_method; variable
179 : TGuiCommandGenericTarget(cmdName), m_target(target), m_method(method) {} in TGuiCommandTarget()
[all …]
H A Doptionmenu.h47 : m_target(target), m_method(method) {} in TOptionMenuAction()
48 void sendCommand(string item) { (m_target->*m_method)(item); } in sendCommand()
52 Method m_method; variable
61 : m_target(target), m_method(method) {} in TOptionMenuActionW()
62 void sendCommand(wstring item) { (m_target->*m_method)(item); } in sendCommand()
66 Method m_method; variable
118 : m_target(target), m_method(method) {} in TOptionMenuWAction()
119 void sendCommand(wstring item) { (m_target->*m_method)(item); } in sendCommand()
123 Method m_method; variable
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/rendering/gl/
H A DRenderSystemGL.cpp433 if (m_pShader[m_method]) in ScissorsCanEffectClipping()
697 m_method = method; in EnableShader()
698 if (m_pShader[m_method]) in EnableShader()
710 if (m_pShader[m_method]) in DisableShader()
714 m_method = SM_DEFAULT; in DisableShader()
719 if (m_pShader[m_method]) in ShaderGetPos()
727 if (m_pShader[m_method]) in ShaderGetCol()
735 if (m_pShader[m_method]) in ShaderGetCoord0()
743 if (m_pShader[m_method]) in ShaderGetCoord1()
751 if (m_pShader[m_method]) in ShaderGetUniCol()
[all …]
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/steamnetworkingsockets/
H A Dsteamnetworkingsockets_thinker.h110 ScheduledMethodThinker() : m_pOuter( nullptr ), m_method( nullptr ) {} in ScheduledMethodThinker()
113 …ScheduledMethodThinker( TOuter *pOuter, TMethod method ) : m_pOuter( pOuter ), m_method( method ) … in ScheduledMethodThinker()
117 …inline void Schedule( SteamNetworkingMicroseconds usecWhen ) { Assert( m_pOuter && m_method ); ITh… in Schedule()
125 m_method = method; in Schedule()
132 …eduleTime( SteamNetworkingMicroseconds usecWhen ) { Assert( m_pOuter && m_method ); EnsureMinThink… in EnsureMinScheduleTime()
137 m_method = method; in EnsureMinScheduleTime()
152 TMethod m_method; variable
158 (m_pOuter->*m_method)( usecNow ); in Think()
179 (super::m_pOuter->*super::m_method)( usecNow ); in Think()
/dports/audio/traverso/traverso-0.49.6/src/audiofileio/encode/
H A DLameAudioWriter.cpp52 m_method = 0; in LameAudioWriter()
81 m_method = 0; in set_format_attribute()
85 m_method = 1; in set_format_attribute()
89 m_method = 2; in set_format_attribute()
93 m_method = 3; in set_format_attribute()
136 if(m_method == 0) { in open_private()
141 else if (m_method == 1) { in open_private()
146 else if (m_method == 2) { in open_private()
152 else if (m_method == 3) { in open_private()
/dports/misc/molequeue/molequeue-0.9.0/molequeue/servercore/
H A Dmessage.cpp61 m_method(other.m_method), in Message()
77 m_method = other.m_method; in operator =()
100 return m_method; in method()
108 m_method = m; in setMethod()
266 obj.insert("method", m_method); in toJsonObject()
275 obj.insert("method", m_method); in toJsonObject()
331 resp.m_method = m_method; in generateResponse()
342 resp.m_method = m_method; in generateErrorResponse()
467 m_method = json.value("method").toString(); in interpretRequest()
491 m_method = method_; in interpretResponse()
[all …]
/dports/misc/py-molequeue/molequeue-0.9.0/molequeue/servercore/
H A Dmessage.cpp61 m_method(other.m_method), in Message()
77 m_method = other.m_method; in operator =()
100 return m_method; in method()
108 m_method = m; in setMethod()
266 obj.insert("method", m_method); in toJsonObject()
275 obj.insert("method", m_method); in toJsonObject()
331 resp.m_method = m_method; in generateResponse()
342 resp.m_method = m_method; in generateErrorResponse()
467 m_method = json.value("method").toString(); in interpretRequest()
491 m_method = method_; in interpretResponse()
[all …]
/dports/devel/spatialindex/spatialindex-src-1.8.5/src/capi/
H A DError.cc34 m_method(method) in Error()
41 m_method(other.m_method) in Error()
51 m_method = rhs.m_method; in operator =()
/dports/devel/liblas/libLAS-1.8.1/src/
H A Derror.cpp54 m_method(method) in Error()
61 m_method(other.m_method) in Error()
71 m_method = rhs.m_method; in operator =()
/dports/devel/liblas12/libLAS-1.2.1/src/
H A Dlaserror.cpp55 m_method(method) in LASError()
62 m_method(other.m_method) in LASError()
72 m_method = rhs.m_method; in operator =()
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dvariant_call.cpp721 #define VCALL_PTR0(m_type, m_method) \ argument
723 #define VCALL_PTR0R(m_type, m_method) \ argument
725 #define VCALL_PTR1(m_type, m_method) \ argument
727 #define VCALL_PTR1R(m_type, m_method) \ argument
729 #define VCALL_PTR2(m_type, m_method) \ argument
731 #define VCALL_PTR2R(m_type, m_method) \ argument
733 #define VCALL_PTR3(m_type, m_method) \ argument
735 #define VCALL_PTR3R(m_type, m_method) \ argument
737 #define VCALL_PTR4(m_type, m_method) \ argument
741 #define VCALL_PTR5(m_type, m_method) \ argument
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dvariant_call.cpp721 #define VCALL_PTR0(m_type, m_method) \ argument
723 #define VCALL_PTR0R(m_type, m_method) \ argument
725 #define VCALL_PTR1(m_type, m_method) \ argument
727 #define VCALL_PTR1R(m_type, m_method) \ argument
729 #define VCALL_PTR2(m_type, m_method) \ argument
731 #define VCALL_PTR2R(m_type, m_method) \ argument
733 #define VCALL_PTR3(m_type, m_method) \ argument
735 #define VCALL_PTR3R(m_type, m_method) \ argument
737 #define VCALL_PTR4(m_type, m_method) \ argument
741 #define VCALL_PTR5(m_type, m_method) \ argument
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/fileapi/
H A DFileThreadTask.h56 , m_method(method) in FileThreadTask0()
62 (*static_cast<T*>(instance()).*m_method)(); in performTask()
66 Method m_method;
84 , m_method(method) in FileThreadTask1()
91 (*static_cast<T*>(instance()).*m_method)(m_parameter1); in performTask()
95 Method m_method;
115 , m_method(method) in FileThreadTask2()
123 (*static_cast<T*>(instance()).*m_method)(m_parameter1, m_parameter2); in performTask()
127 Method m_method;
149 , m_method(method) in FileThreadTask3()
[all …]

12345678910>>...27