Searched defs:in_set (Results 1 – 7 of 7) sorted by relevance
123 bool HasAnyOf(const EnumSet<EnumType>& in_set) const { in HasAnyOf()
296 struct in_set { struct297 in_set(const NodeSet &S) : NS(S) {} in in_set() argument299 bool operator() (GepNode *N) const { in operator ()()304 const NodeSet &NS;
306 struct in_set { struct307 in_set(const NodeSet &S) : NS(S) {} in in_set() argument309 bool operator() (GepNode *N) const { in operator ()()314 const NodeSet &NS;
280 struct in_set { struct281 in_set(const NodeSet &S) : NS(S) {} in in_set() argument282 bool operator() (GepNode *N) const { in operator ()()286 const NodeSet &NS;
1604 void *in_set; /* CURLOPT_READDATA */ member