Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reflect_addReflectOff (0.17 sec)

  1. src/runtime/runtime1.go

    	return unsafe.Pointer(toRType((*_type)(rtype)).typeOff(typeOff(off)))
    }
    
    // reflect_addReflectOff adds a pointer to the reflection offset lookup map.
    //
    //go:linkname reflect_addReflectOff reflect.addReflectOff
    func reflect_addReflectOff(ptr unsafe.Pointer) int32 {
    	reflectOffsLock()
    	if reflectOffs.m == nil {
    		reflectOffs.m = make(map[int32]unsafe.Pointer)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 19.3K bytes
    - Viewed (0)
Back to top