type google.golang.org/grpc/internal/channelz.subChannel
20 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L113: subChannels: make(map[int64]*subChannel),
funcs.go#L223: sc := &subChannel{
funcs.go#L326: subChannels map[int64]*subChannel
funcs.go#L351: func (c *channelMap) addSubChannel(id int64, sc *subChannel, pid int64, ref string) {
funcs.go#L463: case *subChannel:
funcs.go#L671: var sc *subChannel
types.go#L212: case *subChannel:
types.go#L312: type subChannel struct {
types.go#L324: func (sc *subChannel) addChild(id int64, e entry) {
types.go#L332: func (sc *subChannel) deleteChild(id int64) {
types.go#L337: func (sc *subChannel) triggerDelete() {
types.go#L342: func (sc *subChannel) getParentID() int64 {
types.go#L353: func (sc *subChannel) deleteSelfFromTree() (deleted bool) {
types.go#L373: func (sc *subChannel) deleteSelfFromMap() (delete bool) {
types.go#L388: func (sc *subChannel) deleteSelfIfReady() {
types.go#L399: func (sc *subChannel) getChannelTrace() *channelTrace {
types.go#L403: func (sc *subChannel) incrTraceRefCount() {
types.go#L407: func (sc *subChannel) decrTraceRefCount() {
types.go#L411: func (sc *subChannel) getTraceRefCount() int {
types.go#L416: func (sc *subChannel) getRefName() string {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |