HomeSort by relevance Sort by last modified time
    Searched defs:GoString (Results 1 - 3 of 3) sorted by null

  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/
path.go 118 // GoString returns the path to a specific node using Go syntax.
122 func (pa Path) GoString() string {
  /external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
ast.go 31 GoString() string
32 goString(indent int, field string) string
127 func (n *Name) GoString() string {
128 return n.goString(0, "Name: ")
131 func (n *Name) goString(indent int, field string) string {
190 func (t *Typed) GoString() string {
191 return t.goString(0, "")
194 func (t *Typed) goString(indent int, field string) string {
196 t.Name.goString(indent+2, "Name: "),
197 t.Type.goString(indent+2, "Type: ")
    [all...]
  /external/syzkaller/vendor/google.golang.org/grpc/transport/
transport.go 414 // GoString is implemented by Stream so context.String() won't
416 func (s *Stream) GoString() string {

Completed in 368 milliseconds