Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for encodeTo (0.09 sec)

  1. src/reflect/value.go

    		fn = unsafe.Pointer(&ifn)
    		t = (*funcType)(unsafe.Pointer(typeOffFor(v.typ(), m.Mtyp)))
    	}
    	return
    }
    
    // v is a method receiver. Store at p the word which is used to
    // encode that receiver at the start of the argument list.
    // Reflect uses the "interface" calling convention for
    // methods, which always uses one word to record the receiver.
    func storeRcvr(v Value, p unsafe.Pointer) {
    	t := v.typ()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
Back to top