Searched refs:BundleFileRule (Results 1 – 7 of 7) sorted by relevance
19 const BundleFileRule* bundle_file_rule, in ErrMissingPropertyForExpansion()34 BundleFileRule::BundleFileRule(const Target* bundle_data_target, in BundleFileRule() function in BundleFileRule42 BundleFileRule::BundleFileRule(const BundleFileRule& other) = default;44 BundleFileRule::~BundleFileRule() = default;46 bool BundleFileRule::ApplyPatternToSource(const Settings* settings, in ApplyPatternToSource()94 bool BundleFileRule::ApplyPatternToSourceAsOutputFile( in ApplyPatternToSourceAsOutputFile()
20 class BundleFileRule {22 BundleFileRule(const Target* bundle_data_target,25 BundleFileRule(const BundleFileRule& other);26 ~BundleFileRule();
10 class BundleFileRule; variable37 const BundleFileRule& file_rule,
98 BundleFileRule(target, file_rule_sources, in OnTargetResolved()114 for (const BundleFileRule& file_rule : file_rules_) { in GetSourceFiles()142 for (const BundleFileRule& file_rule : file_rules_) { in GetOutputsAsSourceFiles()
142 for (const BundleFileRule& file_rule : target_->bundle_data().file_rules()) in WriteCopyBundleDataSteps()147 const BundleFileRule& file_rule, in WriteCopyBundleFileRuleSteps()
30 using BundleFileRules = std::vector<BundleFileRule>;
321 module_data.bundle_data().file_rules().push_back(BundleFileRule( in TEST_F()343 dylib_data.bundle_data().file_rules().push_back(BundleFileRule( in TEST_F()