Lines Matching refs:ALL
512 return _xIntrospectionAccess->hasMethod( Name, MethodConcept::ALL ^ MethodConcept::DANGEROUS ); in hasMethod()
524 && _xIntrospectionAccess->hasProperty( Name, PropertyConcept::ALL ^ PropertyConcept::DANGEROUS ) ) in hasProperty()
543 ( PropertyName, PropertyConcept::ALL ^ PropertyConcept::DANGEROUS ) ) in getValue()
581 PropertyName, PropertyConcept::ALL ^ PropertyConcept::DANGEROUS ) ) in setValue()
584 PropertyName, PropertyConcept::ALL ^ PropertyConcept::DANGEROUS ); in setValue()
659 FunctionName, MethodConcept::ALL ^ MethodConcept::DANGEROUS ); in invoke()
793 ( PropertyConcept::ALL - PropertyConcept::DANGEROUS ); in getInfoSequenceImpl()
796 ( MethodConcept::ALL - MethodConcept::DANGEROUS ); in getInfoSequenceImpl()
924 …if( _xIntrospectionAccess->hasMethod( aExactName, MethodConcept::ALL ^ MethodConcept::DANGEROUS ) ) in getInfoForName()
927 ( aExactName, MethodConcept::ALL ^ MethodConcept::DANGEROUS ); in getInfoForName()
934 ( aExactName, PropertyConcept::ALL ^ PropertyConcept::DANGEROUS ) ) in getInfoForName()
937 ( aExactName, PropertyConcept::ALL ^ PropertyConcept::DANGEROUS ); in getInfoForName()