Lines Matching refs:kind
124 switch (p->kind()) { in isValue()
266 if (getNode()->kind() == Node::KIND_GROUP) { in queryInterface()
284 if (getNode()->kind() != Node::KIND_GROUP || in queryInterface()
293 if (getNode()->kind() == Node::KIND_SET) { in queryInterface()
306 if (getNode()->kind() == Node::KIND_LOCALIZED_PROPERTY && in checkLocalizedPropertyAccess()
484 switch (child->getNode()->kind()) { in initBroadcasterAndChanges()
682 switch (getNode()->kind()) { in initBroadcasterAndChanges()
866 if (getNode()->kind() == Node::KIND_GROUP) { in getTypes()
879 if (getNode()->kind() != Node::KIND_GROUP || in getTypes()
885 if (getNode()->kind() == Node::KIND_SET) { in getTypes()
952 if (getNode()->kind() == Node::KIND_GROUP) { in getSupportedServiceNames()
1056 switch (p->kind()) { in getElementType()
1291 switch (getNode()->kind()) { in setName()
1806 switch (getNode()->kind()) { in replaceByName()
1849 switch (getNode()->kind()) { in insertByName()
1900 if (getNode()->kind() == Node::KIND_GROUP) { in removeByName()
1902 if (p->kind() != Node::KIND_PROPERTY || in removeByName()
2038 switch (p->kind()) { in getSubChild()
2090 switch (p->kind()) { in asProperty()
2127 removable = parent.is() && parent->kind() == Node::KIND_SET; in asProperty()
2156 switch (child->getNode()->kind()) { in checkKnownProperty()
2225 Node::Kind k(p->kind()); in thisIs()
2232 getParentNode()->kind() == Node::KIND_GROUP) || in thisIs()
2234 getParentNode()->kind() == Node::KIND_SET) || in thisIs()