Lines Matching refs:Keys
124 std::array<StringRef, 64> Keys = { variable
163 return {"invalid ", Keys[Key], " section"}; in getParseErrorMsg()
167 return {"missing ", Keys[Key], " information"}; in getSerializeErrorMsg()
188 std::optional<JsonT> Val = GetValue(Obj, Keys[Key]); in getRequiredValue()
207 std::optional<JsonT> Val = GetValue(Obj, Keys[Key]); in getRequiredValue()
221 const auto *Values = Obj->getArray(Keys[Key]); in collectFromArray()
256 const auto *Targets = Section->getArray(Keys[TBDKey::Targets]); in getTargets()
274 const Array *Targets = Section->getArray(Keys[TBDKey::TargetInfo]); in getTargetsSection()
291 auto VersionStr = Obj->getString(Keys[TBDKey::Deployment]); in getTargetsSection()
367 const Array *Section = File->getArray(Keys[TBDKey::InstallName]); in getNameSection()
383 const Array *Section = File->getArray(Keys[Key]); in getSymbolSection()
417 auto *DataSection = Obj->getObject(Keys[TBDKey::Data]); in getSymbolSection()
418 auto *TextSection = Obj->getObject(Keys[TBDKey::Text]); in getSymbolSection()
443 auto *Section = File->getArray(Keys[Key]); in getLibSection()
474 const auto *Umbrella = File->getArray(Keys[TBDKey::ParentUmbrella]); in getUmbrellaSection()
505 const Array *Versions = File->getArray(Keys[TBDKey::SwiftABI]); in getSwiftVersion()
523 const Array *Versions = File->getArray(Keys[Key]); in getPackedVersion()
550 const Array *Section = File->getArray(Keys[TBDKey::Flags]); in getFlags()
691 const Array *Files = File->getArray(Keys[TBDKey::Documents]); in getInlinedLibs()
720 Object *MainLib = Root->getObject(Keys[TBDKey::MainLibrary]); in getInterfaceFileFromJSON()
743 Obj[Keys[Key]] = std::move(Contents); in insertNonEmptyValues()
772 TargetInfo[Keys[TBDKey::Deployment]] = Targ.MinDeployment.getAsString(); in serializeTargetInfo()
773 TargetInfo[Keys[TBDKey::Target]] = getFormattedStr(Targ); in serializeTargetInfo()
784 Object ScalarObj({Object::KV({Keys[Key], EntryT(Value)})}); in serializeScalar()
799 Obj[Keys[Key]] = Values; in serializeAttrToTargets()
1003 Root[Keys[TBDKey::MainLibrary]] = std::move(*MainLibOrErr); in getJSON()
1012 Root[Keys[TBDKey::TBDVersion]] = 5; in getJSON()