Home
last modified time | relevance | path

Searched refs:IsTypeOf (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkTypeTemplate.h67 static int IsTypeOf(const char* type) in IsTypeOf() function
74 return BaseT::IsTypeOf(type); in IsTypeOf()
82 return this->IsTypeOf(type); in IsA()
H A DvtkObjectBase.cxx115 int vtkObjectBase::IsTypeOf(const char *name) in IsTypeOf() function in vtkObjectBase
126 return this->vtkObjectBase::IsTypeOf(type); in IsA()
/dports/sysutils/sensu-go/sensu-go-5.11.1/backend/apid/graphql/
H A Dhook.go24 func (*hookImpl) IsTypeOf(s interface{}, p graphql.IsTypeOfParams) bool { func
43 func (*hookCfgImpl) IsTypeOf(s interface{}, p graphql.IsTypeOfParams) bool { func
72 func (*hookListImpl) IsTypeOf(s interface{}, p graphql.IsTypeOfParams) bool { func
H A Drbac.go22 func (*ruleImpl) IsTypeOf(s interface{}, p graphql.IsTypeOfParams) bool { func
41 func (*roleImpl) IsTypeOf(s interface{}, p graphql.IsTypeOfParams) bool { func
H A Dhandler.go54 func (*handlerImpl) IsTypeOf(s interface{}, p graphql.IsTypeOfParams) bool { func
83 func (*handlerSocketImpl) IsTypeOf(s interface{}, p graphql.IsTypeOfParams) bool { func
H A Dasset.go21 func (*assetImpl) IsTypeOf(s interface{}, p graphql.IsTypeOfParams) bool { func
H A Dmutator.go27 func (*mutatorImpl) IsTypeOf(s interface{}, p graphql.IsTypeOfParams) bool { func
H A Duser.go32 func (*userImpl) IsTypeOf(s interface{}, p graphql.IsTypeOfParams) bool { func
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dennwc/graphql/
H A Dabstract_test.go44 IsTypeOf: func(p graphql.IsTypeOfParams) bool {
75 IsTypeOf: func(p graphql.IsTypeOfParams) bool {
179 IsTypeOf: func(p graphql.IsTypeOfParams) bool {
210 IsTypeOf: func(p graphql.IsTypeOfParams) bool {
306 IsTypeOf: func(p graphql.IsTypeOfParams) bool {
321 IsTypeOf: func(p graphql.IsTypeOfParams) bool {
H A Dtype_comparators_internal_test.go107 IsTypeOf: func(p IsTypeOfParams) bool {
135 IsTypeOf: func(p IsTypeOfParams) bool {
/dports/net/storj/storj-1.45.3/vendor/github.com/graphql-go/graphql/
H A Dabstract_test.go44 IsTypeOf: func(p graphql.IsTypeOfParams) bool {
75 IsTypeOf: func(p graphql.IsTypeOfParams) bool {
178 IsTypeOf: func(p graphql.IsTypeOfParams) bool {
209 IsTypeOf: func(p graphql.IsTypeOfParams) bool {
302 IsTypeOf: func(p graphql.IsTypeOfParams) bool {
317 IsTypeOf: func(p graphql.IsTypeOfParams) bool {
H A Dtype_comparators_internal_test.go107 IsTypeOf: func(p IsTypeOfParams) bool {
135 IsTypeOf: func(p IsTypeOfParams) bool {
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Core/
H A DObject.h47 bool IsTypeOf(StringHash type) const;
49 bool IsTypeOf(const TypeInfo* typeInfo) const;
51 template<typename T> bool IsTypeOf() const { return IsTypeOf(T::GetTypeInfoStatic()); } in IsTypeOf() function
H A DObject.cpp46 bool TypeInfo::IsTypeOf(StringHash type) const in IsTypeOf() function in Urho3D::TypeInfo
60 bool TypeInfo::IsTypeOf(const TypeInfo* typeInfo) const in IsTypeOf() function in Urho3D::TypeInfo
128 return GetTypeInfo()->IsTypeOf(type); in IsInstanceOf()
133 return GetTypeInfo()->IsTypeOf(typeInfo); in IsInstanceOf()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/
H A DFunctionImportMapping.ReturnTypeRenameMapping.cs163 internal readonly bool IsTypeOf; field in System.Data.Mapping.FunctionImportReturnTypeStructuralTypeColumn
170 this.IsTypeOf = isTypeOf; in FunctionImportReturnTypeStructuralTypeColumn()
279 if (!renamedColumn.IsTypeOf) in AddRename()
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkObjectBase.cxx123 vtkTypeBool vtkObjectBase::IsTypeOf(const char *name) in IsTypeOf() function in vtkObjectBase
134 return this->vtkObjectBase::IsTypeOf(type); in IsA()
/dports/sysutils/sensu-go/sensu-go-5.11.1/graphql/
H A Dresolvers.go233 IsTypeOf(interface{}, IsTypeOfParams) bool methodSpec
239 return resolver.IsTypeOf(p.Value, p)
/dports/sysutils/sensu-go/sensu-go-5.11.1/backend/apid/graphql/schema/
H A Drbac.gql.go237 IsTypeOf: func(_ graphql1.IsTypeOfParams) bool {
444 IsTypeOf: func(_ graphql1.IsTypeOfParams) bool {
684 IsTypeOf: func(_ graphql1.IsTypeOfParams) bool {
898 IsTypeOf: func(_ graphql1.IsTypeOfParams) bool {
1111 IsTypeOf: func(_ graphql1.IsTypeOfParams) bool {
1347 IsTypeOf: func(_ graphql1.IsTypeOfParams) bool {
1618 IsTypeOf: func(_ graphql1.IsTypeOfParams) bool {
H A Dtime_window.gql.go160 IsTypeOf: func(_ graphql1.IsTypeOfParams) bool {
518 IsTypeOf: func(_ graphql1.IsTypeOfParams) bool {
737 IsTypeOf: func(_ graphql1.IsTypeOfParams) bool {
H A Dmutations.gql.go760 IsTypeOf: func(_ graphql1.IsTypeOfParams) bool {
970 IsTypeOf: func(_ graphql1.IsTypeOfParams) bool {
1183 IsTypeOf: func(_ graphql1.IsTypeOfParams) bool {
1549 IsTypeOf: func(_ graphql1.IsTypeOfParams) bool {
1796 IsTypeOf: func(_ graphql1.IsTypeOfParams) bool {
2051 IsTypeOf: func(_ graphql1.IsTypeOfParams) bool {
2299 IsTypeOf: func(_ graphql1.IsTypeOfParams) bool {
2611 IsTypeOf: func(_ graphql1.IsTypeOfParams) bool {
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Mono.Cecil/
H A DTypeDefinition.cs430 get { return base_type != null && base_type.IsTypeOf ("System", "Enum"); }
438 …return base_type.IsTypeOf ("System", "Enum") || (base_type.IsTypeOf ("System", "ValueType") && !th…
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.CecilReflector/Mono.Cecil/Mono.Cecil/
H A DTypeDefinition.cs430 get { return base_type != null && base_type.IsTypeOf ("System", "Enum"); }
438 …return base_type.IsTypeOf ("System", "Enum") || (base_type.IsTypeOf ("System", "ValueType") && !th…
/dports/lang/mono-basic/mono-basic-4.7/vbnc/cecil/Mono.Cecil/
H A DTypeDefinition.cs430 get { return base_type != null && base_type.IsTypeOf ("System", "Enum"); }
438 …return base_type.IsTypeOf ("System", "Enum") || (base_type.IsTypeOf ("System", "ValueType") && !th…
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono.Cecil/
H A DTypeDefinition.cs409 get { return base_type != null && base_type.IsTypeOf ("System", "Enum"); }
417 …return base_type.IsTypeOf ("System", "Enum") || (base_type.IsTypeOf ("System", "ValueType") && !th…
/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono.Cecil/
H A DTypeDefinition.cs409 get { return base_type != null && base_type.IsTypeOf ("System", "Enum"); }
417 …return base_type.IsTypeOf ("System", "Enum") || (base_type.IsTypeOf ("System", "ValueType") && !th…

123456789