Searched refs:FilterPath (Results 1 – 3 of 3) sorted by relevance
26 return cmp.FilterPath(sf.filter, cmp.Ignore())33 return cmp.FilterPath(tf.filter, cmp.Ignore())68 return cmp.FilterPath(tf.filter, cmp.Ignore())117 return cmp.FilterPath(ux.filter, cmp.Ignore())
27 return cmp.FilterPath(sf.filter, opt)
112 func FilterPath(f func(Path) bool, opt Option) Option { func