Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for encOpFor (0.09 sec)

  1. src/encoding/gob/encode.go

    	reflect.Float64:    encFloat,
    	reflect.Complex64:  encComplex,
    	reflect.Complex128: encComplex,
    	reflect.String:     encString,
    }
    
    // encOpFor returns (a pointer to) the encoding op for the base type under rt and
    // the indirection count to reach it.
    func encOpFor(rt reflect.Type, inProgress map[reflect.Type]*encOp, building map[*typeInfo]bool) (*encOp, int) {
    	ut := userType(rt)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 02:00:26 UTC 2024
    - 19K bytes
    - Viewed (0)
Back to top