Home
last modified time | relevance | path

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

123

/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/perfdata/
H A Dinfluxdbcommonwriter.cpp73 Log(LogDebug, GetReflectionType()->GetName()) in OnConfigLoaded()
109 Log(LogDebug, GetReflectionType()->GetName()) in Pause()
115 Log(LogDebug, GetReflectionType()->GetName()) in Pause()
121 Log(LogDebug, GetReflectionType()->GetName()) in Pause()
141 Log(LogDebug, GetReflectionType()->GetName()) in ExceptionHandler()
149 Log(LogNotice, GetReflectionType()->GetName()) in Connect()
175 Log(LogWarning, GetReflectionType()->GetName()) in Connect()
409 Log(LogDebug, GetReflectionType()->GetName()) in SendMetric()
417 Log(LogDebug, GetReflectionType()->GetName()) in SendMetric()
437 Log(LogDebug, GetReflectionType()->GetName()) in FlushTimeoutWQ()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Compilation/
H A DClientBuildManagerTypeDescriptionProviderBridge.cs23 private Type GetReflectionType(Type type) { in GetReflectionType() method in ClientBuildManagerTypeDescriptionProviderBridge
28 return _targetFrameworkProvider.GetReflectionType(type); in GetReflectionType()
35 var reflectionTypes = from t in types select GetReflectionType(t); in GetReflectionTypes()
46 Type reflectionType = GetReflectionType(type); in HasProperty()
61 Type reflectionType = _targetFrameworkProvider.GetReflectionType(type); in HasField()
74 Type reflectionType = _targetFrameworkProvider.GetReflectionType(type); in HasEvent()
88 reflectionType = GetReflectionType(type); in HasMethod()
101 Type reflectionType = _targetFrameworkProvider.GetReflectionType(type); in GetFilteredProperties()
115 Type reflectionType = _targetFrameworkProvider.GetReflectionType(type); in GetFilteredEvents()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DTypeDescriptionProvider.cs158 public Type GetReflectionType(Type objectType) in GetReflectionType() method in System.ComponentModel.TypeDescriptionProvider
160 return GetReflectionType(objectType, null); in GetReflectionType()
172 public Type GetReflectionType(object instance) in GetReflectionType() method in System.ComponentModel.TypeDescriptionProvider
179 return GetReflectionType(instance.GetType(), instance); in GetReflectionType()
191 public virtual Type GetReflectionType(Type objectType, object instance) in GetReflectionType() method in System.ComponentModel.TypeDescriptionProvider
195 return _parent.GetReflectionType(objectType, instance); in GetReflectionType()
H A DDelegatingTypeDescriptionProvider.cs112 public override Type GetReflectionType(Type objectType, object instance) in GetReflectionType() method in System.ComponentModel.DelegatingTypeDescriptionProvider
114 return Provider.GetReflectionType(objectType, instance); in GetReflectionType()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DTypeDescriptionProvider.cs148 public Type GetReflectionType(Type objectType) in GetReflectionType() method in System.ComponentModel.TypeDescriptionProvider
150 return GetReflectionType(objectType, null); in GetReflectionType()
162 public Type GetReflectionType(object instance) in GetReflectionType() method in System.ComponentModel.TypeDescriptionProvider
169 return GetReflectionType(instance.GetType(), instance); in GetReflectionType()
181 public virtual Type GetReflectionType(Type objectType, object instance) in GetReflectionType() method in System.ComponentModel.TypeDescriptionProvider
185 return _parent.GetReflectionType(objectType, instance); in GetReflectionType()
H A DDelegatingTypeDescriptionProvider.cs102 public override Type GetReflectionType(Type objectType, object instance) in GetReflectionType() method in System.ComponentModel.DelegatingTypeDescriptionProvider
104 return Provider.GetReflectionType(objectType, instance); in GetReflectionType()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/base/
H A Dobject.cpp49 return "Object of type '" + GetReflectionType()->GetName() + "'"; in ToString()
75 return GetReflectionType()->GetName(); in GetField()
82 Type::Ptr type = GetReflectionType(); in HasOwnField()
92 Type::Ptr type = GetReflectionType(); in GetOwnField()
108 Type::Ptr type = GetReflectionType(); in GetFieldByName()
130 Type::Ptr type = GetReflectionType(); in SetFieldByName()
178 Type::Ptr Object::GetReflectionType() const in GetReflectionType() function in Object
185 Type::Ptr ctype = context.GetReflectionType(); in GetPrototypeField()
H A Dconfigobject.cpp95 Type::Ptr type = GetReflectionType(); in ModifyAttribute()
206 Type::Ptr type = GetReflectionType(); in RestoreAttribute()
331 …TypeImpl<ConfigObject>::Ptr type = static_pointer_cast<TypeImpl<ConfigObject> >(GetReflectionType(… in Register()
339 …TypeImpl<ConfigObject>::Ptr type = static_pointer_cast<TypeImpl<ConfigObject> >(GetReflectionType(… in Unregister()
354 …CONTEXT("Setting 'active' to true for object '" + GetName() + "' of type '" + GetReflectionType()-… in PreActivate()
362 CONTEXT("Activating object '" + GetName() + "' of type '" + GetReflectionType()->GetName() + "'"); in Activate()
389 …CONTEXT("Deactivating object '" + GetName() + "' of type '" + GetReflectionType()->GetName() + "'"… in Deactivate()
642 Type::Ptr type = object->GetReflectionType(); in DumpModifiedAttributes()
H A Dvalue.cpp225 t = boost::get<Object::Ptr>(m_Value)->GetReflectionType(); in GetTypeName()
240 Type::Ptr Value::GetReflectionType() const in GetReflectionType() function in Value
252 return boost::get<Object::Ptr>(m_Value)->GetReflectionType(); in GetReflectionType()
H A Dobject.hpp39 virtual intrusive_ptr<Type> GetReflectionType() const override \
166 virtual intrusive_ptr<Type> GetReflectionType() const;
H A Dobject-script.cpp24 self->NotifyField(self->GetReflectionType()->GetFieldId(attribute)); in ObjectNotifyAttribute()
H A Dserializer.cpp124 Type::Ptr type = input->GetReflectionType(); in SerializeObject()
192 type = object->GetReflectionType(); in DeserializeObject()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DTargetFrameworkUtil.cs148 private static Type GetReflectionType(Type type) { in GetReflectionType() method in System.Web.UI.TargetFrameworkUtil
154 return provider.GetReflectionType(type); in GetReflectionType()
163 var reflectionTypes = from t in types select GetReflectionType(t); in GetReflectionTypes()
202 Type reflectionType = GetReflectionType(type); in GetPropertyHelper()
203 Type reflectionReturnType = GetReflectionType(returnType); in GetPropertyHelper()
251 Type targetFrameworkType = GetReflectionType(type); in GetFieldInfo()
287 Type targetFrameworkType = GetReflectionType(type); in GetEventInfo()
449 Type targetType = GetReflectionType(type); in GetCustomAttributes()
460 Type targetFrameworkType = GetReflectionType(type); in TypeNameConverter()
521 Type reflectionType = GetReflectionType(type); in HasMethod()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/db_ido/
H A Ddbobject.cpp100 Type::Ptr type = value.GetReflectionType(); in HashValue()
357 DbType::Ptr dbtype = DbType::GetByName(object->GetReflectionType()->GetName()); in GetOrCreateByObject()
373 if (object->GetReflectionType() == CheckCommand::TypeInstance || in GetOrCreateByObject()
374 object->GetReflectionType() == EventCommand::TypeInstance || in GetOrCreateByObject()
375 object->GetReflectionType() == NotificationCommand::TypeInstance) { in GetOrCreateByObject()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities.Core.Presentation/System/Activities/Core/Presentation/
H A DRegisterMetadataDelayedWorker.cs143 public override Type GetReflectionType(Type objectType, object instance) in GetReflectionType() method in System.Activities.Core.Presentation.RegisterMetadataDelayedWorker.TypeDescriptionProviderInterceptor
146 return base.GetReflectionType(objectType, instance); in GetReflectionType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DTypeDescriptorTests.cs988 TypeDescriptor.GetReflectionType ((Type) null); in TestGetReflectionType_Type_1()
994 Type type = TypeDescriptor.GetReflectionType (typeof (string)); in TestGetReflectionType_Type_2()
998 type = TypeDescriptor.GetReflectionType (typeof (MyComponent)); in TestGetReflectionType_Type_2()
1006 type = TypeDescriptor.GetReflectionType (typeof (IList<>)); in TestGetReflectionType_Type_2()
1019 TypeDescriptor.GetReflectionType ((object) null); in TestGetReflectionType_Instance_1()
1026 Type type = TypeDescriptor.GetReflectionType (s); in TestGetReflectionType_Instance_2()
1031 type = TypeDescriptor.GetReflectionType (mc); in TestGetReflectionType_Instance_2()
1036 type = TypeDescriptor.GetReflectionType (l); in TestGetReflectionType_Instance_2()
1041 type = TypeDescriptor.GetReflectionType (il); in TestGetReflectionType_Instance_2()
1046 type = TypeDescriptor.GetReflectionType (id); in TestGetReflectionType_Instance_2()
[all …]
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/remote/
H A Dobjectqueryhandler.cpp19 Type::Ptr type = object->GetReflectionType(); in SerializeObjectAttrs()
195 { "type", obj->GetReflectionType()->GetName() } in HandleRequest()
215 { "type", configObj->GetReflectionType()->GetName() }, in HandleRequest()
H A Dapilistener-configsync.cpp326 params->Set("type", object->GetReflectionType()->GetName()); in UpdateConfigObject()
338 file = ConfigObjectUtility::GetObjectConfigPath(object->GetReflectionType(), object->GetName()); in UpdateConfigObject()
424 params->Set("type", object->GetReflectionType()->GetName()); in DeleteConfigObject()
H A Dconfigobjectutility.cpp298 Type::Ptr type = object->GetReflectionType(); in DeleteObjectHelper()
352 path = GetObjectConfigPath(object->GetReflectionType(), name); in DeleteObjectHelper()
H A Dvariablequeryhandler.cpp26 { "type", value.GetReflectionType()->GetName() }, in GetTargetForVar()
H A Dzone.cpp95 if (object->GetReflectionType() == Zone::TypeInstance) in CanAccessObject()
H A Dmodifyobjecthandler.cpp66 if (attrsVal.GetReflectionType() != Dictionary::TypeInstance) { in HandleRequest()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/icinga/
H A Dcompatutility.cpp48 if (command->GetReflectionType() == CheckCommand::TypeInstance) in GetCommandNamePrefix()
50 else if (command->GetReflectionType() == NotificationCommand::TypeInstance) in GetCommandNamePrefix()
52 else if (command->GetReflectionType() == EventCommand::TypeInstance) in GetCommandNamePrefix()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/icingadb/
H A Dicingadb-utility.cpp193 Type::Ptr type = value.GetReflectionType(); in HashValue()
238 return obj->GetReflectionType()->GetName().ToLower(); in GetLowerCaseTypeNameDB()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/tests/
H A DTypeDescriptorTests.cs193 public override Type GetReflectionType(Type objectType, object instance) in GetReflectionType() method in System.ComponentModel.Tests.TypeDescriptorTests.InvocationRecordingTypeDescriptionProvider
196 return base.GetReflectionType(objectType, instance); in GetReflectionType()

123