Lines Matching full:method0
85 func (S) Method0() string {
166 Method0() string
188 func (t *T) Method0() string {
334 {".Method0", "-{{.Method0}}-", "-M0-", tVal, true},
378 {"pipeline", "-{{.Method0 | .Method2 .U16}}-", "-Method2: 16 M0-", tVal, true},
424 {"printf method", `{{printf "%s" .Method0}}`, "M0", tVal, true},
427 {"printf lots", `{{printf "%d %s %g %s" 127 "hello" 7-3i .Method0}}`, "127 hello (7-3i) M0", tVal, true},
530 {"bug1", "{{.Method0}}", "M0", &iVal, true},
532 {"bug2", "{{$.NonEmptyInterface.Method0}}", "M0", tVal, true},
534 {"bug3", "{{with $}}{{.Method0}}{{end}}", "M0", tVal, true},