Searched refs:ForAllNodes (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DGroupTransform.h51 CFErrorRef ForAllNodes(bool parallel, bool opExecutesOnGroups, Transform::TransformOperation op);
H A DGroupTransform.cpp328 ForAllNodes(true, true, ^(Transform *t){
344 // Visit all children once. Unlike ForAllNodes there is no way to early exit, nor a way to return a status.
346 // See also ForAllNodes below.
380 // NULL). Uses ForAllNodes below to do the dirty work.
381 CFErrorRef GroupTransform::ForAllNodes(bool parallel, bool opExecutesOnGroups, Transform::TransformOperation op) function in class:GroupTransform
398 // (Used only by ForAllNodes above)
H A DTransform.h142 CFErrorRef ForAllNodes(bool parallel, bool includeOwningGroup, TransformOperation op);
H A DTransform.cpp1370 CFErrorRef Transform::ForAllNodes(bool parallel, bool includeOwningGroup, Transform::TransformOperation op) function in class:Transform
1374 return g->ForAllNodes(parallel, includeOwningGroup, op);
1382 return ForAllNodes(true, true, t);
1437 // Delay the connect until after ForAllNodes returns
1729 CFErrorRef err = ForAllNodes(false, true, ^(Transform *t) {

Completed in 95 milliseconds