Searched refs:ApplyEdits (Results 1 – 9 of 9) sorted by relevance
130 if (Effect.ApplyEdits.empty()) in apply()134 for (auto &It : Effect.ApplyEdits) { in apply()
73 FileEdits ApplyEdits; member
107 E.ApplyEdits.try_emplace(PathAndEdit->first, PathAndEdit->second); in mainFileEdit()
449 Effect->ApplyEdits.try_emplace(HeaderFE->first, in apply()
508 E.ApplyEdits.try_emplace(std::move(Pair.first), std::move(Pair.second)); in apply()
755 (!R->ApplyEdits.empty() && "tweak has no effect")); in onCommand()764 if (R->ApplyEdits.empty()) in onCommand()767 if (auto Err = validateEdits(DraftMgr, R->ApplyEdits)) in onCommand()772 for (const auto &It : R->ApplyEdits) { in onCommand()
517 for (auto &It : (*Effect)->ApplyEdits) { in applyTweak()
1841 HRM(glyphsEditor->ApplyEdits(), "Could not apply glyph edits."); in AddGlyphs()
1932 HRM(glyphsEditor->ApplyEdits(), "Could not apply glyph edits.");