Home
last modified time | relevance | path

Searched refs:StructE (Results 1 – 4 of 4) sorted by relevance

/external/go-cmp/cmp/internal/teststructs/
Dstructs.go16StructE struct{ X string } // Equal method (with interface argument on value receiver) on pointer … argument
37 StructE anonMember
63 *StructE anonMember
85 func (x *StructE) Equal(y InterfaceA) bool { return true } argument
86 func (x StructE) InterfaceA() {} argument
97 a StructA, b StructB, c StructC, d StructD, e StructE, f StructF,
98 ap *StructA, bp *StructB, cp *StructC, dp *StructD, ep *StructE, fp *StructF,
/external/go-cmp/cmp/
Dcompare_test.go2103 x: ts.StructE{X: "NotEqual"},
2104 y: ts.StructE{X: "not_equal"},
2109 x: ts.StructE{X: "NotEqual"},
2110 y: ts.StructE{X: "not_equal"},
2116 x: &ts.StructE{X: "NotEqual"},
2117 y: &ts.StructE{X: "not_equal"},
2217 x: ts.StructE1{StructE: ts.StructE{X: "NotEqual"}, X: "NotEqual"},
2218 y: ts.StructE1{StructE: ts.StructE{X: "not_equal"}, X: "not_equal"},
2223 x: ts.StructE1{StructE: ts.StructE{X: "NotEqual"}, X: "NotEqual"},
2224 y: ts.StructE1{StructE: ts.StructE{X: "not_equal"}, X: "not_equal"},
[all …]
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dvalidation_test_interfaces.mojom25 struct StructE {
86 Method5(StructE param0, handle<data_pipe_producer> param1);
/external/go-cmp/cmp/testdata/
Ddiffs1357 <<< TestDiff/EqualMethod/StructE/ValueInequal
1358 teststructs.StructE{
1362 >>> TestDiff/EqualMethod/StructE/ValueInequal
1407 - StructE: teststructs.StructE{X: "NotEqual"},
1408 + StructE: teststructs.StructE{X: "not_equal"},