Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for t9 (0.03 sec)

  1. src/go/internal/gcimporter/testdata/exports.go

    	T6c chan<- (chan int)
    	T7  <-chan *ast.File
    	T8  struct{}
    	T9  struct {
    		a    int
    		b, c float32
    		d    []string `go:"tag"`
    	}
    	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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  2. src/internal/types/testdata/fixedbugs/issue6977.go

            T7 interface { T6; T6 }
            T8 interface { T7; T7 }
            T9 interface { T8; T8 }
    
            // TODO(gri) Enable this longer test once we have found a solution
            //           for the incorrect optimization in the validType check
            //           (see TODO in validtype.go).
            // T10 interface { T9; T9 }
            // T11 interface { T10; T10 }
            // T12 interface { T11; T11 }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 29 22:04:33 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

    template <typename T1, typename T2, typename T3, typename T4, typename T5,
        typename T6, typename T7, typename T8, typename T9>
    internal::ValueArray9<T1, T2, T3, T4, T5, T6, T7, T8, T9> Values(T1 v1, T2 v2,
        T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9) {
      return internal::ValueArray9<T1, T2, T3, T4, T5, T6, T7, T8, T9>(v1, v2, v3,
          v4, v5, v6, v7, v8, v9);
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 74.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-type-util.h

        typename T6, typename T7, typename T8, typename T9>
    struct Types9 {
      typedef T1 Head;
      typedef Types8<T2, T3, T4, T5, T6, T7, T8, T9> Tail;
    };
    
    template <typename T1, typename T2, typename T3, typename T4, typename T5,
        typename T6, typename T7, typename T8, typename T9, typename T10>
    struct Types10 {
      typedef T1 Head;
      typedef Types9<T2, T3, T4, T5, T6, T7, T8, T9, T10> Tail;
    };
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 181.3K bytes
    - Viewed (0)
  5. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-type-util.h

        typename T6, typename T7, typename T8, typename T9>
    struct Types9 {
      typedef T1 Head;
      typedef Types8<T2, T3, T4, T5, T6, T7, T8, T9> Tail;
    };
    
    template <typename T1, typename T2, typename T3, typename T4, typename T5,
        typename T6, typename T7, typename T8, typename T9, typename T10>
    struct Types10 {
      typedef T1 Head;
      typedef Types9<T2, T3, T4, T5, T6, T7, T8, T9, T10> Tail;
    };
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 181.3K bytes
    - Viewed (0)
  6. 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>
      operator ParamGenerator< ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8,
          T9> >() const {
        return ParamGenerator< ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8,
            T9> >(
            new CartesianProductGenerator9<T1, T2, T3, T4, T5, T6, T7, T8, T9>(
            static_cast<ParamGenerator<T1> >(g1_),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 187.7K bytes
    - Viewed (0)
  7. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

    template <typename T1, typename T2, typename T3, typename T4, typename T5,
        typename T6, typename T7, typename T8, typename T9>
    internal::ValueArray9<T1, T2, T3, T4, T5, T6, T7, T8, T9> Values(T1 v1, T2 v2,
        T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9) {
      return internal::ValueArray9<T1, T2, T3, T4, T5, T6, T7, T8, T9>(v1, v2, v3,
          v4, v5, v6, v7, v8, v9);
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 74.1K bytes
    - Viewed (0)
  8. test/fixedbugs/bug336.go

    package main
    
    type T1 struct {
    	Next *T2
    }
    
    type T2 T1
    
    type T3 struct {
    	Next *T4
    }
    
    type T4 T5
    type T5 T6
    type T6 T7
    type T7 T8
    type T8 T9
    type T9 T3
    
    type T10 struct {
    	x struct {
    		y ***struct {
    			z *struct {
    				Next *T11
    			}
    		}
    	}
    }
    
    type T11 T10
    
    type T12 struct {
    	F1 *T15
    	F2 *T13
    	F3 *T16
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 1.2K bytes
    - Viewed (0)
  9. src/internal/types/testdata/check/cycles0.go

    	m map[S /* ERROR "invalid map key" */ ]bool
    }
    
    // test cases for issue 7236
    // (cycle detection must not be dependent on starting point of resolution)
    
    type (
    	P1 *T9
    	T9 /* ERROR "invalid recursive type: T9 refers to itself" */ T9
    
    	T10 /* ERROR "invalid recursive type: T10 refers to itself" */ T10
    	P2 *T10
    )
    
    func (T11) m() {}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 19:54:25 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  10. src/internal/types/testdata/fixedbugs/issue28251.go

            T8 = T
    )
    
    func (T6) m6() {}
    func _() { (T{}).m6 /* ERROR "cannot call pointer method m6 on T" */ () }
    func _() { (&T{}).m6() }
    
    type (
            T9 = *T10
            T10 = *T11
            T11 = T
    )
    
    func (T9 /* ERRORx `invalid receiver type (\*\*T|T9)` */ ) m9() {}
    func _() { (T{}).m9 /* ERROR "has no field or method m9" */ () }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 17:24:42 UTC 2023
    - 1.3K bytes
    - Viewed (0)
Back to top