github.com/google/go-cmp/cmp.valueNode.TransformerName (field)

5 uses

	github.com/google/go-cmp/cmp (current package)
		report_compare.go#L114: 	if v.parent != nil && v.parent.TransformerName == "" {
		report_compare.go#L169: 	if v.TransformerName != "" {
		report_compare.go#L171: 		out = &textWrap{Prefix: "Inverse(" + v.TransformerName + ", ", Value: out, Suffix: ")"}
		report_value.go#L46: 	TransformerName string // If non-empty, implies Value is populated
		report_value.go#L75: 		parent.TransformerName = s.Name()