Searched defs:CONTAINS (Results 1 – 6 of 6) sorted by relevance
14 #define CONTAINS(c, e) (FIND(c, e) != std::end(c)) macro
35 private static final AttributeKey CONTAINS = AttributeKey.keyOf("group", "contains"); field in TerritoryContainment
49 CONTAINS = A_NOT_B | A_AND_B, // A (unnecessary) field in SortedSetRelation
47 CONTAINS = A_NOT_B | A_AND_B, // A (unnecessary) field in SortedSetRelation
35 CONTAINS: 1, property
66 #define CONTAINS(haystack, needle) \ macro