Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for resolveReflectType (0.12 sec)

  1. src/reflect/type.go

    func resolveReflectName(n abi.Name) aNameOff {
    	return aNameOff(addReflectOff(unsafe.Pointer(n.Bytes)))
    }
    
    // resolveReflectType adds a *rtype to the reflection lookup map in the runtime.
    // It returns a new typeOff that can be used to refer to the pointer.
    func resolveReflectType(t *abi.Type) aTypeOff {
    	return aTypeOff(addReflectOff(unsafe.Pointer(t)))
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
Back to top