Home
last modified time | relevance | path

Searched defs:Stringer (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/go-cmp/cmp/internal/testprotos/
H A Dprotos.go27 type Stringer struct{ X string } struct
29 func (s *Stringer) String() string { return s.X }
45 Stringer anonMember
50 Stringer anonMember
55 Stringer anonMember
60 Stringer anonMember
65 Stringer anonMember
74 Stringer anonMember
79 Stringer anonMember
88 Stringer anonMember
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dstringer.go18 type Stringer interface { interface
22 func stringify[T Stringer](s []T) (ret []string) {
62 func stringify3[T Stringer](s []T) (ret []string) {
Dboundmethod.go26 type Stringer interface { interface
30 func stringify[T Stringer](s []T) (ret []string) {
Dstringable.go15 type Stringer interface { interface
Dissue50642.go31 type Stringer interface { interface
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/stringerimp.dir/
Da.go7 type Stringer interface { interface
11 func Stringify[T Stringer](s []T) (ret []string) {
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue65808.go9 type Stringer interface { interface
22 func toString(s Stringer) string { return s.String() }
Dissue28926.go9 type Stringer interface { interface
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue19548.dir/
Da.go12 type Stringer interface { interface
/aosp_15_r20/prebuilts/go/linux-x86/test/interface/
Dconvert.go11 type Stringer interface { interface
/aosp_15_r20/prebuilts/go/linux-x86/src/io/
Dmulti_test.go140 func testMultiWriter(t *testing.T, sink interface {
/aosp_15_r20/external/go-cmp/cmp/
H A Dcompare_test.go110 type Stringer string type
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/objfile/
Dobjfile.go51 Stringer RelocStringer member
/aosp_15_r20/prebuilts/go/linux-x86/src/fmt/
Dprint.go63 type Stringer interface { interface
/aosp_15_r20/prebuilts/go/linux-x86/src/text/template/
Dexec_test.go777 func stringer(s fmt.Stringer) string {
/aosp_15_r20/prebuilts/go/linux-x86/src/html/template/
Dexec_test.go760 func stringer(s fmt.Stringer) string {