Lines Matching full:bflags
1290 enum BFlags {1323 struct ScalarEnumerationTraits<BFlags> {1324 static void enumeration(IO &io, BFlags &value) {1348 BFlags bflags = static_cast<BFlags>(kf.flags);1349 io.mapRequired("flags", bflags);1350 kf.flags = bflags;