Searched refs:leafs (Results 1 – 3 of 3) sorted by relevance
95 set of `leafs` ("sku", "name", etc).142 The `leafs` Option147 any order (though libxo forces key leafs to appear before other148 leafs).151 set of leafs must be selected from each list item. By default, the152 CSV encoder records the set of leafs that appear in the first list153 instance it processes, and extract only those leafs from future158 The "leafs" option can also be used to exclude leafs, limiting the159 output to only those leafs provided.162 the leafs are listed. "leafs=one.two" and "leafs=two.one" give[all …]
109 for (auto &leaf : leafs) { in ConstructDecompositionT()129 leafs, [&](const LeafReprInternal &leaf) { return leaf.id == dirId; }); in findDirective()130 return found != leafs.end() ? &*found : nullptr; in findDirective()248 ListT<LeafReprInternal> leafs; member379 auto unique = detail::find_unique(leafs, [=](const auto &leaf) { in applyToUnique()383 if (unique != leafs.end()) { in applyToUnique()412 return applyToFirst(node, llvm::reverse(leafs)); in applyToInnermost()419 return applyToFirst(node, llvm::iterator_range(leafs)); in applyToOutermost()427 for (auto &leaf : leafs) { in applyIf()474 if (!leafs.empty()) { in applyClause()[all …]
126 ( fmt=Ecsv3; csv=@csv:path=item:leafs=sku.sold:no-quotes ; \