Home
last modified time | relevance | path

Searched refs:TupleN (Results 1 – 22 of 22) sorted by relevance

/dports/devel/upp/upp/uppsrc/Core/
H A DTuple.h2 struct TupleN;
14 struct TupleN<1, A>
31 TupleN(const A& a) : a(a) {}
32 TupleN() {}
52 TupleN() {} \
56 struct TupleN<2, A, B> : public TupleN<1, A> {
57 typedef TupleN<1, A> Base;
69 struct TupleN<3, A, B, C> : public TupleN<2, A, B>
71 typedef TupleN<2, A, B> Base;
83 struct TupleN<4, A, B, C, D> : public TupleN<3, A, B, C>
[all …]
/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/Demo/Python2/
H A Dexample.cxx417 Py::TupleN t0; in test_Tuple()
418 Py::TupleN t1( Py::Int( 1 ) ); in test_Tuple()
419 Py::TupleN t2( Py::Int( 1 ), Py::Int( 2 ) ); in test_Tuple()
420 Py::TupleN t3( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ) ); in test_Tuple()
421 Py::TupleN t4( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ), in test_Tuple()
423 Py::TupleN t5( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ), in test_Tuple()
425 Py::TupleN t6( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ), in test_Tuple()
427 Py::TupleN t7( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ), in test_Tuple()
430 Py::TupleN t8( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ), in test_Tuple()
433 Py::TupleN t9( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ), in test_Tuple()
/dports/devel/py-cxx/pycxx-7.1.5/Demo/Python2/
H A Dexample.cxx417 Py::TupleN t0; in test_Tuple()
418 Py::TupleN t1( Py::Int( 1 ) ); in test_Tuple()
419 Py::TupleN t2( Py::Int( 1 ), Py::Int( 2 ) ); in test_Tuple()
420 Py::TupleN t3( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ) ); in test_Tuple()
421 Py::TupleN t4( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ), in test_Tuple()
423 Py::TupleN t5( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ), in test_Tuple()
425 Py::TupleN t6( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ), in test_Tuple()
427 Py::TupleN t7( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ), in test_Tuple()
430 Py::TupleN t8( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ), in test_Tuple()
433 Py::TupleN t9( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ), in test_Tuple()
/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/Demo/Python3/
H A Dexample.cxx535 Py::TupleN t0; in test_Tuple()
537 Py::TupleN t1( Py::Long( 1 ) ); in test_Tuple()
539 Py::TupleN t2( Py::Long( 1 ), Py::Long( 2 ) ); in test_Tuple()
541 Py::TupleN t3( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ) ); in test_Tuple()
543 Py::TupleN t4( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ), in test_Tuple()
546 Py::TupleN t5( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ), in test_Tuple()
549 Py::TupleN t6( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ), in test_Tuple()
552 Py::TupleN t7( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ), in test_Tuple()
556 Py::TupleN t8( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ), in test_Tuple()
560 Py::TupleN t9( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ), in test_Tuple()
[all …]
H A Dsimple.cxx91 Py::TupleN ctor_args( m_value ); in reduce_func()
92 Py::TupleN result( new_style_class::type(), ctor_args ); in reduce_func()
/dports/devel/py-cxx/pycxx-7.1.5/Demo/Python3/
H A Dexample.cxx535 Py::TupleN t0; in test_Tuple()
537 Py::TupleN t1( Py::Long( 1 ) ); in test_Tuple()
539 Py::TupleN t2( Py::Long( 1 ), Py::Long( 2 ) ); in test_Tuple()
541 Py::TupleN t3( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ) ); in test_Tuple()
543 Py::TupleN t4( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ), in test_Tuple()
546 Py::TupleN t5( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ), in test_Tuple()
549 Py::TupleN t6( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ), in test_Tuple()
552 Py::TupleN t7( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ), in test_Tuple()
556 Py::TupleN t8( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ), in test_Tuple()
560 Py::TupleN t9( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ), in test_Tuple()
[all …]
H A Dsimple.cxx91 Py::TupleN ctor_args( m_value ); in reduce_func()
92 Py::TupleN result( new_style_class::type(), ctor_args ); in reduce_func()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc86/
H A Ddynbrk005.hs2 import TupleN
H A DTupleN.hs2 module TupleN where module
/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/Src/Python2/
H A Dcxx_extensions.cxx1497 TupleN args; in callOnSelf()
1504 TupleN args( arg1 ); in callOnSelf()
1511 TupleN args( arg1, arg2 ); in callOnSelf()
1518 TupleN args( arg1, arg2, arg3 ); in callOnSelf()
1526 TupleN args( arg1, arg2, arg3, arg4 ); in callOnSelf()
1534 TupleN args( arg1, arg2, arg3, arg4, arg5 ); in callOnSelf()
1542 TupleN args( arg1, arg2, arg3, arg4, arg5, arg6 ); in callOnSelf()
1551 TupleN args( arg1, arg2, arg3, arg4, arg5, arg6, arg7 ); in callOnSelf()
1560 TupleN args( arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8 ); in callOnSelf()
1569 TupleN args( arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 ); in callOnSelf()
/dports/devel/py-cxx/pycxx-7.1.5/Src/Python2/
H A Dcxx_extensions.cxx1497 TupleN args; in callOnSelf()
1504 TupleN args( arg1 ); in callOnSelf()
1511 TupleN args( arg1, arg2 ); in callOnSelf()
1518 TupleN args( arg1, arg2, arg3 ); in callOnSelf()
1526 TupleN args( arg1, arg2, arg3, arg4 ); in callOnSelf()
1534 TupleN args( arg1, arg2, arg3, arg4, arg5 ); in callOnSelf()
1542 TupleN args( arg1, arg2, arg3, arg4, arg5, arg6 ); in callOnSelf()
1551 TupleN args( arg1, arg2, arg3, arg4, arg5, arg6, arg7 ); in callOnSelf()
1560 TupleN args( arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8 ); in callOnSelf()
1569 TupleN args( arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 ); in callOnSelf()
/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/Src/Python3/
H A Dcxx_extensions.cxx1322 TupleN args; in callOnSelf()
1329 TupleN args( arg1 ); in callOnSelf()
1336 TupleN args( arg1, arg2 ); in callOnSelf()
1343 TupleN args( arg1, arg2, arg3 ); in callOnSelf()
1351 TupleN args( arg1, arg2, arg3, arg4 ); in callOnSelf()
1359 TupleN args( arg1, arg2, arg3, arg4, arg5 ); in callOnSelf()
1367 TupleN args( arg1, arg2, arg3, arg4, arg5, arg6 ); in callOnSelf()
1376 TupleN args( arg1, arg2, arg3, arg4, arg5, arg6, arg7 ); in callOnSelf()
1385 TupleN args( arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8 ); in callOnSelf()
1394 TupleN args( arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 ); in callOnSelf()
/dports/devel/py-cxx/pycxx-7.1.5/Src/Python3/
H A Dcxx_extensions.cxx1322 TupleN args; in callOnSelf()
1329 TupleN args( arg1 ); in callOnSelf()
1336 TupleN args( arg1, arg2 ); in callOnSelf()
1343 TupleN args( arg1, arg2, arg3 ); in callOnSelf()
1351 TupleN args( arg1, arg2, arg3, arg4 ); in callOnSelf()
1359 TupleN args( arg1, arg2, arg3, arg4, arg5 ); in callOnSelf()
1367 TupleN args( arg1, arg2, arg3, arg4, arg5, arg6 ); in callOnSelf()
1376 TupleN args( arg1, arg2, arg3, arg4, arg5, arg6, arg7 ); in callOnSelf()
1385 TupleN args( arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8 ); in callOnSelf()
1394 TupleN args( arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 ); in callOnSelf()
/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/CXX/Python3/
H A DObjects.hxx2314 class TupleN: public Tuple class
2317 TupleN() in TupleN() function in Py::TupleN
2322 TupleN( const Object &obj1 ) in TupleN() function in Py::TupleN
2328 TupleN( const Object &obj1, const Object &obj2 ) in TupleN() function in Py::TupleN
2343 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
2353 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
2364 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
2376 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
2390 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
2405 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
[all …]
/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/CXX/Python2/
H A DObjects.hxx2496 class TupleN: public Tuple class
2499 TupleN() in TupleN() function in Py::TupleN
2504 TupleN( const Object &obj1 ) in TupleN() function in Py::TupleN
2510 TupleN( const Object &obj1, const Object &obj2 ) in TupleN() function in Py::TupleN
2525 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
2535 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
2546 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
2558 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
2572 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
2587 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
[all …]
/dports/devel/py-cxx/pycxx-7.1.5/CXX/Python3/
H A DObjects.hxx2317 class TupleN: public Tuple class
2320 TupleN() in TupleN() function in Py::TupleN
2325 TupleN( const Object &obj1 ) in TupleN() function in Py::TupleN
2331 TupleN( const Object &obj1, const Object &obj2 ) in TupleN() function in Py::TupleN
2346 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
2356 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
2367 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
2379 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
2393 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
2408 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
[all …]
/dports/devel/py-cxx/pycxx-7.1.5/CXX/Python2/
H A DObjects.hxx2496 class TupleN: public Tuple class
2499 TupleN() in TupleN() function in Py::TupleN
2504 TupleN( const Object &obj1 ) in TupleN() function in Py::TupleN
2510 TupleN( const Object &obj1, const Object &obj2 ) in TupleN() function in Py::TupleN
2525 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
2535 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
2546 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
2558 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
2572 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
2587 TupleN( const Object &obj1, const Object &obj2, const Object &obj3, in TupleN() function in Py::TupleN
[all …]
/dports/lang/elm/compiler-0.19.1/compiler/src/Type/
H A DInstantiate.hs55 TupleN
H A DType.hs100 | TupleN Type Type (Maybe Type) constructor
H A DSolve.hs472 TupleN a b c ->
/dports/lang/elm/compiler-0.19.1/compiler/src/Type/Constrain/
H A DPattern.hs186 let tupleCon = CPattern region E.PTuple (TupleN aType bType Nothing) expectation
199 let tupleCon = CPattern region E.PTuple (TupleN aType bType (Just cType)) expectation
H A DExpression.hs449 do let tupleType = TupleN aType bType Nothing
459 let tupleType = TupleN aType bType (Just cType)