Lines Matching refs:TBDFlags
357 template <> struct ScalarBitSetTraits<TBDFlags> {
358 static void bitset(IO &IO, TBDFlags &Flags) { in bitset()
359 IO.bitSetCase(Flags, "flat_namespace", TBDFlags::FlatNamespace); in bitset()
361 TBDFlags::NotApplicationExtensionSafe); in bitset()
362 IO.bitSetCase(Flags, "installapi", TBDFlags::InstallAPI); in bitset()
364 TBDFlags::OSLibNotForSharedCache); in bitset()
412 Flags = TBDFlags::None; in NormalizedTBD()
414 Flags |= TBDFlags::NotApplicationExtensionSafe; in NormalizedTBD()
417 Flags |= TBDFlags::FlatNamespace; in NormalizedTBD()
593 File->setTwoLevelNamespace(!(Flags & TBDFlags::FlatNamespace)); in denormalize()
595 !(Flags & TBDFlags::NotApplicationExtensionSafe)); in denormalize()
704 TBDFlags Flags{TBDFlags::None};
780 Flags = TBDFlags::None; in NormalizedTBD_V4()
782 Flags |= TBDFlags::NotApplicationExtensionSafe; in NormalizedTBD_V4()
785 Flags |= TBDFlags::FlatNamespace; in NormalizedTBD_V4()
788 Flags |= TBDFlags::OSLibNotForSharedCache; in NormalizedTBD_V4()
877 File->setTwoLevelNamespace(!(Flags & TBDFlags::FlatNamespace)); in denormalize()
879 !(Flags & TBDFlags::NotApplicationExtensionSafe)); in denormalize()
881 (Flags & TBDFlags::OSLibNotForSharedCache)); in denormalize()
951 TBDFlags Flags{TBDFlags::None};
994 IO.mapOptional("flags", Keys->Flags, TBDFlags::None); in mapKeysToValues()
1024 IO.mapOptional("flags", Keys->Flags, TBDFlags::None); in mapKeysToValuesV4()