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