Home
last modified time | relevance | path

Searched refs:FilterPath (Results 1 – 10 of 10) sorted by relevance

/external/go-cmp/cmp/cmpopts/
Dignore.go26 return cmp.FilterPath(sf.filter, cmp.Ignore())
33 return cmp.FilterPath(tf.filter, cmp.Ignore())
68 return cmp.FilterPath(tf.filter, cmp.Ignore())
121 return cmp.FilterPath(ux.filter, cmp.Ignore())
160 return cmp.FilterPath(func(p cmp.Path) bool {
188 return cmp.FilterPath(func(p cmp.Path) bool {
Dxform.go35 return cmp.FilterPath(xf.filter, xf.xform)
Dstruct_filter.go27 return cmp.FilterPath(sf.filter, opt)
Dequate.go178 return cmp.FilterPath(types.filter, cmp.Comparer(equateAny))
/external/go-cmp/cmp/
Doptions_test.go121 fnc: FilterPath,
126 fnc: FilterPath,
130 fnc: FilterPath,
135 fnc: FilterPath,
139 fnc: FilterPath,
Dcompare_test.go289 cmp.FilterPath(func(p cmp.Path) bool {
622 cmp.FilterPath(func(p cmp.Path) bool {
646 cmp.FilterPath(func(p cmp.Path) bool {
677 cmp.FilterPath(func(p cmp.Path) bool {
726 return cmp.FilterPath(func(p cmp.Path) bool {
2015 addrTransform := cmp.FilterPath(func(p cmp.Path) bool {
2968 filters = append(filters, cmp.FilterPath(func(p cmp.Path) bool {
Doptions.go118 func FilterPath(f func(Path) bool, opt Option) Option { func
/external/golang-protobuf/testing/protocmp/
Dutil.go105 return cmp.FilterPath(f.Filter, opt)
165 return cmp.FilterPath(newNameFilters(descs...).Filter, cmp.Ignore())
353 return cmp.FilterPath(func(p cmp.Path) bool {
416 return cmp.FilterPath(func(p cmp.Path) bool {
495 return cmp.FilterPath(func(p cmp.Path) bool {
577 return cmp.FilterPath(func(p cmp.Path) bool {
Dxform.go188 return cmp.FilterPath(func(p cmp.Path) bool {
/external/golang-protobuf/internal/msgfmt/
Dformat_test.go241 cmp.Equal(tt.in, tt.in, protocmp.Transform(), cmp.FilterPath(func(p cmp.Path) bool {