Home
last modified time | relevance | path

Searched defs:PythonTuple (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp614 PythonTuple::PythonTuple(PyInitialValue value) : PythonObject() { in PythonTuple() function in PythonTuple
619 PythonTuple::PythonTuple(int tuple_size) : PythonObject() { in PythonTuple() function in PythonTuple
623 PythonTuple::PythonTuple(PyRefType type, PyObject *py_obj) : PythonObject() { in PythonTuple() function in PythonTuple
627 PythonTuple::PythonTuple(const PythonTuple &tuple) : PythonObject(tuple) {} in PythonTuple() function in PythonTuple
629 PythonTuple::PythonTuple(std::initializer_list<PythonObject> objects) { in PythonTuple() function in PythonTuple
640 PythonTuple::PythonTuple(std::initializer_list<PyObject *> objects) { in PythonTuple() function in PythonTuple
H A DPythonDataObjects.h331 PythonTuple() {} in PythonTuple() function