google.golang.org/grpc/internal/channelz.Identifier.Int (method)
14 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L201: parent = pid.Int()
funcs.go#L242: pid: pid.Int(),
funcs.go#L245: db.get().addSubChannel(id, sc, pid.Int())
funcs.go#L285: ls := &listenSocket{refName: ref, s: s, id: id, pid: pid.Int()}
funcs.go#L286: db.get().addListenSocket(id, ls, pid.Int())
funcs.go#L305: ns := &normalSocket{refName: ref, s: s, id: id, pid: pid.Int()}
funcs.go#L306: db.get().addNormalSocket(id, ns, pid.Int())
funcs.go#L318: db.get().removeEntry(id.Int())
funcs.go#L351: db.get().traceEvent(id.Int(), desc)
id.go#L38: func (id *Identifier) Int() int64 {
google.golang.org/grpc
clientconn.go#L174: Desc: fmt.Sprintf("Nested Channel(id:%d) created", cc.channelzID.Int()),
clientconn.go#L729: Desc: fmt.Sprintf("Subchannel(id:%d) created", ac.channelzID.Int()),
clientconn.go#L1057: Desc: fmt.Sprintf("Nested channel(id:%d) deleted", cc.channelzID.Int()),
clientconn.go#L1434: Desc: fmt.Sprintf("Subchannel(id:%d) deleted", ac.channelzID.Int()),