Home | History | Annotate | Download | only in Support

Lines Matching refs:BFlags

887 enum BFlags {
920 struct ScalarEnumerationTraits<BFlags> {
921 static void enumeration(IO &io, BFlags &value) {
945 BFlags bflags = static_cast<BFlags>(kf.flags);
946 io.mapRequired("flags", bflags);
947 kf.flags = bflags;