Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for typesByString (0.11 sec)

  1. src/reflect/type.go

    	return (*abi.Type)(add(section, uintptr(off), "sizeof(rtype) > 0"))
    }
    
    // typesByString returns the subslice of typelinks() whose elements have
    // the given string representation.
    // It may be empty (no known types with that string) or may have
    // multiple elements (multiple types with that string).
    //
    // typesByString should be an internal detail,
    // but widely used packages access it using linkname.
    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