Searched defs:IdSet (Results 1 – 3 of 3) sorted by relevance
89 struct IdSet { struct93 IdSet() : bitset(0) { in IdSet() argument96 IdSet(TId id) : bitset(0) { in IdSet() function116 bool operator==(const IdSet<TId> &rhs) const { argument125 IdSet ret; argument131 IdSet<TId> ret; argument145 IdSet<TId> id_set; argument
326 #define IdSet IdSet<TId> in main() macro
248 class IdSet(set): class