Home | History | Annotate | Download | only in Support

Lines Matching refs:kf

936     static void mapping(IO &io, KindAndFlags& kf) {
937 io.mapRequired("kind", kf.kind);
940 if (kf.kind == kindA) {
941 AFlags aflags = static_cast<AFlags>(kf.flags);
943 kf.flags = aflags;
945 BFlags bflags = static_cast<BFlags>(kf.flags);
947 kf.flags = bflags;