Home
last modified time | relevance | path

Searched refs:CTuple (Results 1 – 25 of 46) sorted by relevance

12

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/lang_bind/python/
H A Dpython_ncbi_dbapi.hpp120 pythonpp::CTuple MakeTupleFromResult(IResultSet& rs);
348 pythonpp::CObject callproc(const pythonpp::CTuple& args);
355 pythonpp::CObject close(const pythonpp::CTuple& args);
362 pythonpp::CObject execute(const pythonpp::CTuple& args);
412 pythonpp::CObject nextset(const pythonpp::CTuple& args);
602 pythonpp::CObject close(const pythonpp::CTuple& args);
603 pythonpp::CObject cursor(const pythonpp::CTuple& args);
604 pythonpp::CObject commit(const pythonpp::CTuple& args);
682 pythonpp::CObject close(const pythonpp::CTuple& args);
683 pythonpp::CObject cursor(const pythonpp::CTuple& args);
[all …]
H A Dpython_ncbi_dbapi.cpp1365 CConnection::close(const pythonpp::CTuple& args) in close()
2488 pythonpp::CTuple
2498 pythonpp::CTuple tuple(col_num); in MakeTupleFromResult()
2510 pythonpp::CTuple
2516 pythonpp::CTuple tuple(col_num); in MakeTupleFromResult()
2602 CCursor::callproc(const pythonpp::CTuple& args) in callproc()
2715 CCursor::close(const pythonpp::CTuple& args) in close()
2731 CCursor::execute(const pythonpp::CTuple& args) in execute()
3002 CCursor::fetchone(const pythonpp::CTuple& args) in fetchone()
3166 CCursor::nextset(const pythonpp::CTuple& args) in nextset()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/lang_bind/python/pythonpp/
H A Dpythonpp_seq.hpp564 class CTuple : public CSequence class
573 CTuple(PyObject* obj, EOwnership ownership = eAcquireOwnership) in CTuple() function in pythonpp::CTuple
580 CTuple(const CObject& obj) in CTuple() function in pythonpp::CTuple
587 CTuple(const CTuple& obj) in CTuple() function in pythonpp::CTuple
591 CTuple(const CList& obj);
593 CTuple(size_t size = 0) in CTuple() function in pythonpp::CTuple
612 CTuple& operator= (const CObject& obj) in operator =()
622 CTuple& operator= (PyObject* obj) in operator =()
671 CTuple GetSlice (int i, int j) const in GetSlice()
673 return CTuple(PyTuple_GetSlice(Get(), i, j), eTakeOwnership); in GetSlice()
[all …]
H A Dpythonpp_extdt.hpp161 CObject Apply(const CTuple& args) const in Apply()
170 CObject Apply(const CTuple& args, const CDict& key_words) const in Apply()
H A Dpythonpp_ext.hpp500 typedef CObject (T::*TMethodVarArgsFunc)( const CTuple& args );
549 const CTuple args_tuple( args ); in HandleMethodVarArgs()
739 typedef CObject (T::*TMethodVarArgsFunc)( const CTuple& args );
784 const CTuple args_tuple( args ); in HandleMethodVarArgs()
/dports/x11-wm/wmii/wmii-3.6/cmd/wmii/
H A Ddat.h31 typedef struct CTuple CTuple; typedef
34 struct CTuple { struct
180 CTuple col;
197 CTuple focuscolor;
198 CTuple normcolor;
H A Dfns.h141 char *parse_colors(IxpMsg*, CTuple*);
220 Bool loadcolor(CTuple*, char*);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/compilable/
H A Dtest20100.d6 class CTuple {
15 CTuple t1 = new CTuple(); in testClass()
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/Data/SBV/Core/
H A DConcrete.hs84 | CTuple ![CVal] -- ^ Tuple constructor
100 cvRank CTuple {} = 10 function
117 CTuple a == CTuple b = a == b function
142 CTuple a `compare` CTuple b = a `compare` b function
300 liftCV _ _ _ _ _ _ _ _ _ _ f _ _ (CV _ (CTuple v)) = f v
327 (CTuple a, CTuple b) -> v a b
355CTuple{} -> error "Data.SBV.mapCV: Unexpected call through mapCV with tuples!"
381 …(True, CTuple{}, CTuple{}) -> error "Data.SBV.mapCV2: Unexpected call through mapCV2 with tu…
494 KTuple ks -> CTuple <$> traverse randomCVal ks
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/include/
H A Dx11.h65 typedef struct CTuple CTuple; typedef
80 struct CTuple { struct
251 bool loadcolor(CTuple*, char*);
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/cmd/
H A Dwmii9menu.c56 static CTuple cnorm;
57 static CTuple csel;
310 CTuple *c; in redraw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_large_arity.pass.cpp73 using CTuple = make_tuple_t<const int, Size>; in test_all() typedef
107 CTuple a{}; in test_all()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_large_arity.pass.cpp73 using CTuple = make_tuple_t<const int, Size>; in test_all() typedef
107 CTuple a{}; in test_all()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_large_arity.pass.cpp73 using CTuple = make_tuple_t<const int, Size>; in test_all() typedef
107 CTuple a{}; in test_all()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_large_arity.pass.cpp73 using CTuple = make_tuple_t<const int, Size>; in test_all() typedef
107 CTuple a{}; in test_all()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_large_arity.pass.cpp73 using CTuple = make_tuple_t<const int, Size>; in test_all() typedef
107 CTuple a{}; in test_all()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_large_arity.pass.cpp73 using CTuple = make_tuple_t<const int, Size>; in test_all() typedef
107 CTuple a{}; in test_all()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_large_arity.pass.cpp73 using CTuple = make_tuple_t<const int, Size>; in test_all() typedef
107 CTuple a{}; in test_all()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_large_arity.pass.cpp73 using CTuple = make_tuple_t<const int, Size>; in test_all() typedef
107 CTuple a{}; in test_all()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_large_arity.pass.cpp73 using CTuple = make_tuple_t<const int, Size>; in test_all() typedef
107 CTuple a{}; in test_all()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_large_arity.pass.cpp73 using CTuple = make_tuple_t<const int, Size>; in test_all() typedef
107 CTuple a{}; in test_all()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_large_arity.pass.cpp73 using CTuple = make_tuple_t<const int, Size>; in test_all() typedef
107 CTuple a{}; in test_all()
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/cmd/wmii/
H A Ddat.h154 CTuple col;
312 CTuple focuscolor;
313 CTuple normcolor;
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/cmd/menu/
H A Ddat.h79 EXTERN CTuple cnorm, csel;
/dports/devel/p5-Type-Tiny/Type-Tiny-1.012004/t/20-unit/Error-TypeTiny-Assertion/
H A Dbasic.t244 my $CTuple = CycleTuple[ Int, ArrayRef ];
247 (exception { $CTuple->([1,"Foo"]) })->explain,
255 '$CTuple explanation, given [1,"Foo"]',

12