Searched defs:tup (Results 1 – 3 of 3) sorted by relevance
/external/libcxx/test/utilities/intseq/intseq.general/ |
D | integer_seq.pass.cpp | 59 auto tup = std::make_tuple ( 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ); in main() local
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/ |
D | TestUtilityLoad.py | 6 def strip_2tup(tup): argument
|
/external/chromium_org/third_party/cython/src/Cython/Utility/ |
D | CythonFunction.c | 1021 PyObject *tup = PyTuple_Pack(4, binding_func->__signatures__, args, local
|