Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for st0 (0.2 sec)

  1. src/cmd/compile/internal/test/switch_test.go

    	benchmarkSwitchInterfaceType(b, true)
    }
    func BenchmarkSwitchInterfaceTypeUnpredictable(b *testing.B) {
    	benchmarkSwitchInterfaceType(b, false)
    }
    
    type SI0 interface {
    	si0()
    }
    type ST0 struct {
    }
    
    func (ST0) si0() {
    }
    
    type SI1 interface {
    	si1()
    }
    type ST1 struct {
    }
    
    func (ST1) si1() {
    }
    
    type SI2 interface {
    	si2()
    }
    type ST2 struct {
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 06 15:42:30 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  2. test/typeparam/issue48191.go

    	}(m1[(G1(85)^i8_1)&^i8_1 <= i8_1][72].m0[G2(617.4)], i1) || (<-m6[(G1(3)|i8_0)>><-ch2%i8_0|i8_0] || <-ch0) {
    		var ch5 chan map[byte]complex128
    		var fnc0 func(int32, *map[rune]complex128) complex128
    		var c0 complex128
    		var st0, st1, st2 struct {
    		}
    		var au8 []uint
    		var st3, st4, st5 struct {
    			ph0 *G2
    			st1 struct {
    				m0   map[rune]complex128
    				pch1 *chan int64
    				m2   map[bool]byte
    				st3  struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 01 19:45:34 UTC 2022
    - 9.7K bytes
    - Viewed (0)
Back to top