Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for compileIgnoreSingle (0.15 sec)

  1. src/encoding/gob/decode.go

    	engine.instr[singletonField] = decInstr{*op, singletonField, nil, ovfl}
    	engine.numInstr = 1
    	return
    }
    
    // compileIgnoreSingle compiles the decoder engine for a non-struct top-level value that will be discarded.
    func (dec *Decoder) compileIgnoreSingle(remoteId typeId) *decEngine {
    	engine := new(decEngine)
    	engine.instr = make([]decInstr, 1) // one item
    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