Home
last modified time | relevance | path

Searched refs:typeInstance (Results 1 – 13 of 13) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/
H A DGenericWrappers.cs443 private readonly Type typeInstance; field in IKVM.Reflection.GenericPropertyInfo
448 this.typeInstance = typeInstance; in GenericPropertyInfo()
455 return other != null && other.typeInstance == typeInstance && other.property == property; in Equals()
484 return new GenericMethodInstance(typeInstance, method, null); in Wrap()
539 get { return typeInstance; }
544 get { return typeInstance.Module; }
570 private readonly Type typeInstance; field in IKVM.Reflection.GenericEventInfo
575 this.typeInstance = typeInstance; in GenericEventInfo()
582 return other != null && other.typeInstance == typeInstance && other.eventInfo == eventInfo; in Equals()
601 return new GenericMethodInstance(typeInstance, method, null); in Wrap()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Monitoring/
H A DCollectdPayload.php28 public $typeInstance; variable in Google_Service_Monitoring_CollectdPayload
86 public function setTypeInstance($typeInstance) argument
88 $this->typeInstance = $typeInstance;
92 return $this->typeInstance;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/
H A DCollectdPayload.php28 public $typeInstance; variable in Google_Service_Monitoring_CollectdPayload
86 public function setTypeInstance($typeInstance) argument
88 $this->typeInstance = $typeInstance;
92 return $this->typeInstance;
/dports/audio/csound/csound-6.15.0/Engine/
H A Dcsound_type_system.c29 int csTypeExistsWithSameName(TYPE_POOL* pool, CS_TYPE* typeInstance) { in csTypeExistsWithSameName() argument
37 typeInstance->varTypeName) == 0) { in csTypeExistsWithSameName()
71 int csoundAddVariableType(CSOUND* csound, TYPE_POOL* pool, CS_TYPE* typeInstance) in csoundAddVariableType() argument
74 if (csTypeExistsWithSameName(pool, typeInstance)) { in csoundAddVariableType()
79 item->cstype = typeInstance; in csoundAddVariableType()
/dports/net-mgmt/collectd5/collectd-5.12.0/bindings/java/org/collectd/api/
H A DPluginData.java92 public void setTypeInstance(String typeInstance) { in setTypeInstance() argument
93 _typeInstance = typeInstance; in setTypeInstance()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound_type_system.h98 CS_TYPE* typeInstance);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound_type_system.h98 CS_TYPE* typeInstance);
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound_type_system.h98 CS_TYPE* typeInstance);
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/native/Db4objects.Db4o/Internal/
H A DPlatform4.cs81 public static IReflector ReflectorForType(Type typeInstance) in ReflectorForType() argument
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/syntax/
H A Dparser.go1333 func (p *parser) typeInstance(typ Expr) Expr { func
2702 x = p.typeInstance(x)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/monitoring/v3/
H A Dmonitoring_v3_messages.py520 typeInstance = _messages.StringField(7) variable in CollectdPayload
/dports/www/fpc-googleapi/fpc-3.2.2/packages/googleapi/src/
H A Dgooglemonitoring.pp203 Property typeInstance : String Index 48 Read FtypeInstance Write SettypeInstance;
/dports/lang/fpc-source/fpc-3.2.2/packages/googleapi/src/
H A Dgooglemonitoring.pp203 Property typeInstance : String Index 48 Read FtypeInstance Write SettypeInstance;