Searched refs:FlagsType (Results 1 – 5 of 5) sorted by relevance
171 template <typename FlagsType>172 static deBool featuresCompatible(FlagsType modifierFeatures, VkFormatFeatureFlags testFeatures) in featuresCompatible()178 …return ((modifierFeatures & static_cast<FlagsType>(testFeatures)) == static_cast<FlagsType>(testFe… in featuresCompatible()
2542 static PyTypeObject FlagsType; variable2619 PyObject *flags = PyStructSequence_New(&FlagsType); in make_flags()2871 if (FlagsType.tp_name == 0) { in _PySys_InitCore()2872 if (_PyStructSequence_InitType(&FlagsType, &flags_desc, in _PySys_InitCore()
914 Python/sysmodule.c:FlagsType static PyTypeObject FlagsType
87225 typedef uint32_t FlagsType; typedef in nsWrapperCache87227 FlagsType GetFlags() const in GetFlags()87232 bool HasFlag(FlagsType aFlag) const in HasFlag()87238 void SetFlags(FlagsType aFlagsToSet) in SetFlags()87244 void UnsetFlags(FlagsType aFlagsToUnset) in UnsetFlags()87322 FlagsType GetWrapperFlags() const in GetWrapperFlags()87327 bool HasWrapperFlag(FlagsType aFlag) const in HasWrapperFlag()87333 void SetWrapperFlags(FlagsType aFlagsToSet) in SetWrapperFlags()87339 void UnsetWrapperFlags(FlagsType aFlagsToUnset) in UnsetWrapperFlags()87359 FlagsType mFlags;[all …]