Home
last modified time | relevance | path

Searched defs:CTuple (Results 1 – 15 of 15) sorted by relevance

/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/include/
H A Dx11.h65 typedef struct CTuple CTuple; typedef
80 struct CTuple { struct
81 Color bg;
82 Color fg;
83 Color border;
84 char colstr[24]; /* #RRGGBB #RRGGBB #RRGGBB */
/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
593 CTuple(size_t size = 0) in CTuple() function in pythonpp::CTuple
889 CTuple::CTuple(const CList& obj) in CTuple() function in pythonpp::CTuple
/dports/x11-wm/wmii/wmii-3.6/cmd/wmii/
H A Ddat.h31 typedef struct CTuple CTuple; typedef
34 struct CTuple { struct
35 ulong bg;
36 ulong fg;
37 ulong border;
38 char colstr[24]; /* #RRGGBB #RRGGBB #RRGGBB */
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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