Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DFlagged.h269 struct mask_of { struct
270 using IntFlag = typename underlying_integral_type<Flag>::type;
271 static constexpr IntFlag value = Flag(0); ///< mask of a potentially flagged class
272 static constexpr int shift = 0; ///<left shift of flags in a potentially flagged class
273 static constexpr IntFlag effective_value = IntFlag(0); ///<effective mask of flagged class