Searched defs:hasProperty (Results 1 – 5 of 5) sorted by relevance
252 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function
461 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function
70 bool hasProperty(SDNP Property) const { return Properties & (1 << Property); } in hasProperty() function
155 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function
1063 bool TargetExtType::hasProperty(Property Prop) const { in hasProperty() function in TargetExtType