Home
last modified time | relevance | path

Searched defs:IdSet (Results 1 – 3 of 3) sorted by relevance

/external/drm_hwcomposer/
Dseparate_rects.h89 struct IdSet { struct
93 IdSet() : bitset(0) { in IdSet() argument
96 IdSet(TId id) : bitset(0) { in IdSet() argument
116 bool operator==(const IdSet<TId> &rhs) const { argument
125 IdSet ret; argument
131 IdSet<TId> ret; argument
145 IdSet<TId> id_set; argument
Dseparate_rects.cpp326 #define IdSet IdSet<TId> in main() macro
/external/selinux/python/sepolgen/src/sepolgen/
Drefpolicy.py248 class IdSet(set): class