Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for printCommonType (0.16 sec)

  1. src/encoding/gob/debug.go

    			fmt.Fprintf(os.Stderr, "%sinterface value, type %q id=%d; valueLength %d\n", indent, name, id, x)
    			deb.value(indent, id)
    			break
    		}
    	}
    }
    
    // printCommonType prints a common type; used by printWireType.
    func (deb *debugger) printCommonType(indent tab, kind string, common *CommonType) {
    	indent.print()
    	fmt.Fprintf(os.Stderr, "%s %q id=%d\n", kind, common.Name, common.Id)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 20 09:34:41 UTC 2023
    - 18.3K bytes
    - Viewed (0)
Back to top