Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 41 for T8 (0.03 sec)

  1. 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>
    struct Types8 {
      typedef T1 Head;
      typedef Types7<T2, T3, T4, T5, T6, T7, T8> Tail;
    };
    
    template <typename T1, typename T2, typename T3, typename T4, typename T5,
        typename T6, typename T7, typename T8, typename T9>
    struct Types9 {
      typedef T1 Head;
      typedef Types8<T2, T3, T4, T5, T6, T7, T8, T9> 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)
  2. 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>
    struct Types8 {
      typedef T1 Head;
      typedef Types7<T2, T3, T4, T5, T6, T7, T8> Tail;
    };
    
    template <typename T1, typename T2, typename T3, typename T4, typename T5,
        typename T6, typename T7, typename T8, typename T9>
    struct Types9 {
      typedef T1 Head;
      typedef Types8<T2, T3, T4, T5, T6, T7, T8, T9> 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)
  3. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

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

    		t.Errorf("T16.littleEndianStore got %x want %x\n", got, want)
    	}
    	t8.bigEndianStore(1<<8 + 2)
    	if got, want := t8, (T8{1, 2}); got != want {
    		t.Errorf("T8.bigEndianStore got %x want %x\n", got, want)
    	}
    	t8.littleEndianStore(1<<8 + 2)
    	if got, want := t8, (T8{2, 1}); got != want {
    		t.Errorf("T8.littleEndianStore got %x want %x\n", got, want)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 30 18:35:50 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  5. src/internal/types/testdata/check/cycles4.go

    	Target() Element
    }
    
    // Check that accessing an interface method too early doesn't lead
    // to follow-on errors due to an incorrectly computed type set.
    
    type T8 interface {
    	m() [unsafe.Sizeof(T8.m /* ERROR "undefined" */ )]int
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 19:54:25 UTC 2023
    - 2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

        typename T6, typename T7, typename T8>
    internal::ValueArray8<T1, T2, T3, T4, T5, T6, T7, T8> Values(T1 v1, T2 v2,
        T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8) {
      return internal::ValueArray8<T1, T2, T3, T4, T5, T6, T7, T8>(v1, v2, v3, v4,
          v5, v6, v7, v8);
    }
    
    template <typename T1, typename T2, typename T3, typename T4, typename T5,
        typename T6, typename T7, typename T8, typename T9>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 74.1K bytes
    - Viewed (0)
  7. 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>
      operator ParamGenerator< ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7,
          T8> >() const {
        return ParamGenerator< ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8> >(
            new CartesianProductGenerator8<T1, T2, T3, T4, T5, T6, T7, T8>(
            static_cast<ParamGenerator<T1> >(g1_),
            static_cast<ParamGenerator<T2> >(g2_),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 187.7K bytes
    - Viewed (0)
  8. test/codegen/switch.go

    	// amd64:`CALL\truntime.interfaceSwitch`,`MOVL\t16\(AX\)`,`MOVQ\t8\(.*\)(.*\*8)`
    	// arm64:`CALL\truntime.interfaceSwitch`,`LDAR`,`MOVWU\t16\(R0\)`,`MOVD\t\(R.*\)\(R.*\)`
    	switch x.(type) {
    	case I:
    		return 1
    	case J:
    		return 2
    	default:
    		return 3
    	}
    }
    
    func interfaceSwitch2(x K) int {
    	// amd64:`CALL\truntime.interfaceSwitch`,`MOVL\t16\(AX\)`,`MOVQ\t8\(.*\)(.*\*8)`
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 09 18:39:50 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  9. src/go/internal/gcimporter/testdata/exports.go

    type (
    	T1  int
    	T2  [10]int
    	T3  []int
    	T4  *int
    	T5  chan int
    	T6a chan<- int
    	T6b chan (<-chan int)
    	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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  10. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

          typename T6, typename T7, typename T8>
      operator ParamGenerator< ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7,
          T8> >() const {
        return ParamGenerator< ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8> >(
            new CartesianProductGenerator8<T1, T2, T3, T4, T5, T6, T7, T8>(
            static_cast<ParamGenerator<T1> >(g1_),
            static_cast<ParamGenerator<T2> >(g2_),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 187.7K bytes
    - Viewed (0)
Back to top