Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for decOpFor (0.07 sec)

  1. src/encoding/gob/decode.go

    	tUint:    ignoreUint,
    	tFloat:   ignoreUint,
    	tBytes:   ignoreUint8Array,
    	tString:  ignoreUint8Array,
    	tComplex: ignoreTwoUints,
    }
    
    // decOpFor returns the decoding op for the base type under rt and
    // the indirection count to reach it.
    func (dec *Decoder) decOpFor(wireId typeId, rt reflect.Type, name string, inProgress map[reflect.Type]*decOp) *decOp {
    	ut := userType(rt)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 07 19:10:23 UTC 2023
    - 40.1K bytes
    - Viewed (0)
Back to top