Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for nonGeneric (0.22 sec)

  1. src/cmd/compile/internal/types2/named_test.go

    		G        = pkg.Scope().Lookup("G").Type()
    		SrcInst  = pkg.Scope().Lookup("Inst").Type()
    		UserInst = mustInstantiate(b, G, Typ[Int])
    	)
    
    	tests := []struct {
    		name string
    		typ  Type
    	}{
    		{"nongeneric", T},
    		{"generic", G},
    		{"src instance", SrcInst},
    		{"user instance", UserInst},
    	}
    
    	b.Run("Underlying", func(b *testing.B) {
    		for _, test := range tests {
    			b.Run(test.name, func(b *testing.B) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 21:06:56 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  2. src/go/types/named_test.go

    		G        = pkg.Scope().Lookup("G").Type()
    		SrcInst  = pkg.Scope().Lookup("Inst").Type()
    		UserInst = mustInstantiate(b, G, Typ[Int])
    	)
    
    	tests := []struct {
    		name string
    		typ  Type
    	}{
    		{"nongeneric", T},
    		{"generic", G},
    		{"src instance", SrcInst},
    		{"user instance", UserInst},
    	}
    
    	b.Run("Underlying", func(b *testing.B) {
    		for _, test := range tests {
    			b.Run(test.name, func(b *testing.B) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 16:29:58 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl/src/test/kotlin/org/gradle/kotlin/dsl/DelegatedGradlePropertiesExtensionsTest.kt

            dynamicObjectMockFor(existing, absent).let { dynamicObject ->
                val serviceRegistryMock = mock<ServiceRegistry> {
                    onGeneric { get<DynamicLookupRoutine>() } doReturn DefaultDynamicLookupRoutine()
                }
                val gradleInternalMock = mock<GradleInternal>(name = "gradleInternal") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 15:44:53 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top