Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ABI0ABIInternalABICount (0.14 sec)

  1. src/cmd/internal/obj/abi_string.go

    	// Re-run the stringer command to generate them again.
    	var x [1]struct{}
    	_ = x[ABI0-0]
    	_ = x[ABIInternal-1]
    	_ = x[ABICount-2]
    }
    
    const _ABI_name = "ABI0ABIInternalABICount"
    
    var _ABI_index = [...]uint8{0, 4, 15, 23}
    
    func (i ABI) String() string {
    	if i >= ABI(len(_ABI_index)-1) {
    		return "ABI(" + strconv.FormatInt(int64(i), 10) + ")"
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 20:24:07 UTC 2023
    - 589 bytes
    - Viewed (0)
Back to top