Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for t15 (0.02 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

        typename T6, typename T7, typename T8, typename T9, typename T10,
        typename T11, typename T12, typename T13, typename T14, typename T15>
    class ValueArray15 {
     public:
      ValueArray15(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9,
          T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15) : v1_(v1), v2_(v2),
          v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 187.7K bytes
    - Viewed (0)
  2. src/internal/types/testdata/check/cycles5a.go

    func h() [h /* ERROR "no value" */ ()[0]]int { panic(0) }
    
    var c14 /* ERROR "cycle" */ T14
    type T14 [uintptr(unsafe.Sizeof(&c14))]byte
    
    // issue #34333
    type T15 /* ERROR "invalid recursive type T15" */ struct {
    	f func() T16
    	b T16
    }
    
    type T16 struct {
    	T15
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 05 18:13:11 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  3. src/internal/types/testdata/check/cycles0.go

    )
    
    // test cases for issue 18643
    // (type cycle detection when non-type expressions are involved)
    type (
    	T14 [len(T14 /* ERROR "invalid recursive type" */ {})]int
    	T15 [][len(T15 /* ERROR "invalid recursive type" */ {})]int
    	T16 map[[len(T16 /* ERROR "invalid recursive type" */ {1:2})]int]int
    	T17 map[int][len(T17 /* ERROR "invalid recursive type" */ {1:2})]int
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 19:54:25 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/sccp_test.go

    			Valu("t13", OpFloor, c.config.Types.Float64, 0, nil, "v3"),
    			Valu("t14", OpSqrt, c.config.Types.Float64, 0, nil, "t13"),
    			Valu("t15", OpCeil, c.config.Types.Float64, 0, nil, "t14"),
    			Valu("t16", OpTrunc, c.config.Types.Float64, 0, nil, "t15"),
    			Valu("t17", OpRoundToEven, c.config.Types.Float64, 0, nil, "t16"),
    			Valu("t18", OpTrunc64to32, c.config.Types.Int64, 0, nil, "t12"),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 12 21:01:50 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/storage/testing/watcher_tests.go

    				{baseNamespacedPodUpdated("t15-foo1", "t15-ns1"), true, watch.Modified},
    				{baseNamespacedPodAssigned("t15-foo1", "t15-ns1", "t15-bar1"), true, watch.Deleted},
    				{baseNamespacedPodAssigned("t15-foo1", "t15-ns1", "t15-bar2"), true, watch.Added},
    			},
    		},
    		{
    			name:               "namespaced watch, request with name, request with namespace, with field selector metadata.name",
    			requestedName:      "t16-foo1",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  6. src/go/internal/gcimporter/testdata/exports.go

    	}
    	T10 struct {
    		T8
    		T9
    		_ *T10
    	}
    	T11 map[int]string
    	T12 any
    	T13 interface {
    		m1()
    		m2(int) float32
    	}
    	T14 interface {
    		T12
    		T13
    		m3(x ...struct{}) []T9
    	}
    	T15 func()
    	T16 func(int)
    	T17 func(x int)
    	T18 func() float32
    	T19 func() (x float32)
    	T20 func(...any)
    	T21 struct{ next *T21 }
    	T22 struct{ link *T23 }
    	T23 struct{ link *T22 }
    	T24 *T24
    	T25 *T26
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  7. platforms/core-configuration/kotlin-dsl/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/TaskContainerDslIntegrationTest.kt

                val t12: TaskProvider<Task> = tasks.named("bat")
                val t13: TaskProvider<Copy> = tasks.named("bat", Copy::class)
                val t14: TaskProvider<Copy> = tasks.named<Copy>("bat")
    
                val t15: TaskProvider<Task> = tasks.named("pipistrelle") {
                    description += "A"
                }
                val t16: TaskProvider<Copy> = tasks.named("pipistrelle", Copy::class) {
                    description += "B"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Sep 30 16:17:27 UTC 2023
    - 15K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/test/testdata/copy_test.go

    	if a != want {
    		t.Errorf("t10copy got=%v, want %v\n", a, want)
    	}
    }
    
    type T15 struct {
    	pre  [8]byte
    	mid  [15]byte
    	post [8]byte
    }
    
    //go:noinline
    func t15copy_ssa(y, x *[15]byte) {
    	*y = *x
    }
    func testCopy15(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 150.2K bytes
    - Viewed (0)
  9. src/internal/types/testdata/check/decls1.go

    	t10 *int = &42 /* ERROR "cannot take address" */
    	t11 *complex64 = &v
    	t12 complex64 = -(u + *t11) / *&v
    	t13 int = a /* ERROR "shifted operand" */ << d
    	t14 int = i << j
    	t15 math /* ERROR "math is not a type" */
    	t16 math.xxx /* ERROR "undefined" */
    	t17 math /* ERROR "not a type" */ .Pi
    	t18 float64 = math.Pi * 10.0
    	t19 int = t1 /* ERROR "cannot call" */ ()
    	t20 int = f0 /* ERROR "no value" */ ()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 05 18:13:11 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top