Searched refs:_HasProperty (Results 1 – 3 of 3) sorted by relevance
1222 def _HasProperty(kind): function1230 return _HasProperty(kind.kind)1233 if _HasProperty(field.kind):1236 if _HasProperty(kind.key_kind) or _HasProperty(kind.value_kind):1244 if _HasProperty(param.kind):1248 if _HasProperty(param.kind):
1599 def _HasProperty(kind): function1607 return _HasProperty(kind.kind)1610 if _HasProperty(field.kind):1613 if _HasProperty(kind.key_kind) or _HasProperty(kind.value_kind):1621 if _HasProperty(param.kind):1625 if _HasProperty(param.kind):
1648 static bool _HasProperty(NPObject * npobj, NPIdentifier name);1666 ScriptablePluginObjectBase::_HasProperty, \1754 bool ScriptablePluginObjectBase::_HasProperty(NPObject * npobj, NPIdentifier name) in _HasProperty() function in ScriptablePluginObjectBase