Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 101 of 101 for Parses (0.09 sec)

  1. src/reflect/type.go

    	}
    	t := (*interfaceType)(unsafe.Pointer(T))
    	if len(t.Methods) == 0 {
    		return true
    	}
    
    	// The same algorithm applies in both cases, but the
    	// method tables for an interface type and a concrete type
    	// are different, so the code is duplicated.
    	// In both cases the algorithm is a linear scan over the two
    	// lists - T's methods and V's methods - simultaneously.
    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