Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for textOff (0.21 sec)

  1. src/reflect/type.go

    	return (*abi.Type)(resolveTypeOff(unsafe.Pointer(t), int32(off)))
    }
    
    func (t *rtype) textOff(off aTextOff) unsafe.Pointer {
    	return resolveTextOff(unsafe.Pointer(t), int32(off))
    }
    
    func textOffFor(t *abi.Type, off aTextOff) unsafe.Pointer {
    	return toRType(t).textOff(off)
    }
    
    func (t *rtype) String() string {
    	s := t.nameOff(t.t.Str).Name()
    	if t.t.TFlag&abi.TFlagExtraStar != 0 {
    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