Searched defs:fieldTree (Results 1 – 1 of 1) sorted by relevance
91 type fieldTree struct { struct92 ok bool // Whether this is a specified node93 sub map[string]fieldTree // The sub-tree of fields under this node97 func (ft *fieldTree) insert(cname []string) {112 func (ft fieldTree) matchPrefix(p cmp.Path) bool {