Home
last modified time | relevance | path

Searched defs:structFilter (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/go-cmp/cmp/cmpopts/
H A Dstruct_filter.go30 type structFilter struct { struct
31 t reflect.Type // The root struct type to match on
32 ft fieldTree // Tree of fields to match on
58 func (sf structFilter) filter(p cmp.Path) bool {