Lines Matching refs:Stringer
35 struct{ fmt.Stringer }(
50 - &fmt.Stringer(nil),
132 map[*testprotos.Stringer]*testprotos.Stringer(
139 - []*testprotos.Stringer{s`multi\nline\nline\nline`},
258 struct{ X fmt.Stringer }{
259 - X: struct{ fmt.Stringer }{},
301 - cmp_test.Stringer("hello"),
302 + &cmp_test.Stringer("hello"),
306 struct{ S fmt.Stringer }{
307 - S: cmp_test.Stringer("hello"),
308 + S: &cmp_test.Stringer("hello"),
312 []fmt.Stringer{
313 - cmp_test.Stringer("hello"),
314 + &cmp_test.Stringer("hello"),
318 map[string]fmt.Stringer{
319 - "zero": cmp_test.Stringer("hello"),
320 + "zero": &cmp_test.Stringer("hello"),
332 + &⟪0xdeadf00f⟫"github.com/google/go-cmp/cmp_test".Stringer("hello"): "goodbye",
333 - "github.com/google/go-cmp/cmp_test".Stringer("hello"): "goodbye",
736 []fmt.Stringer{