Home
last modified time | relevance | path

Searched refs:PyInitialValue (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp572 PythonList::PythonList(PyInitialValue value) { in PythonList()
573 if (value == PyInitialValue::Empty) in PythonList()
628 PythonTuple::PythonTuple(PyInitialValue value) { in PythonTuple()
629 if (value == PyInitialValue::Empty) in PythonTuple()
699 PythonDictionary::PythonDictionary(PyInitialValue value) { in PythonDictionary()
700 if (value == PyInitialValue::Empty) in PythonDictionary()
720 return PythonList(PyInitialValue::Invalid); in GetKeys()
1560 PythonDictionary globals(PyInitialValue::Empty); in Init()
H A DPythonDataObjects.h204 enum class PyInitialValue { Invalid, Empty }; enum
522 explicit PythonList(PyInitialValue value);
542 explicit PythonTuple(PyInitialValue value);
564 explicit PythonDictionary(PyInitialValue value);
H A DScriptInterpreterPython.cpp527 m_session_dict(PyInitialValue::Invalid), in ScriptInterpreterPythonImpl()
528 m_sys_module_dict(PyInitialValue::Invalid), m_run_one_line_function(), in ScriptInterpreterPythonImpl()