Home
last modified time | relevance | path

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

/aosp_15_r20/external/go-cmp/cmp/cmpopts/
H A Dstruct_filter.go91 type fieldTree struct { struct
92 ok bool // Whether this is a specified node
93 sub map[string]fieldTree // The sub-tree of fields under this node
97 func (ft *fieldTree) insert(cname []string) {
112 func (ft fieldTree) matchPrefix(p cmp.Path) bool {