HomeSort by relevance Sort by last modified time
    Searched full:argjoin (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/vet/
method.go 101 expectFmt := id.Name + "(" + argjoin(expect.args) + ")"
103 expectFmt += " " + argjoin(expect.results)
105 expectFmt += " (" + argjoin(expect.results) + ")"
120 func argjoin(x []string) string { func
  /prebuilts/go/linux-x86/src/cmd/vet/
method.go 101 expectFmt := id.Name + "(" + argjoin(expect.args) + ")"
103 expectFmt += " " + argjoin(expect.results)
105 expectFmt += " (" + argjoin(expect.results) + ")"
120 func argjoin(x []string) string { func

Completed in 68 milliseconds