Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp502 PythonList::PythonList(PyInitialValue value) { in PythonList()
503 if (value == PyInitialValue::Empty) in PythonList()
558 PythonTuple::PythonTuple(PyInitialValue value) { in PythonTuple()
559 if (value == PyInitialValue::Empty) in PythonTuple()
629 PythonDictionary::PythonDictionary(PyInitialValue value) { in PythonDictionary()
630 if (value == PyInitialValue::Empty) in PythonDictionary()
650 return PythonList(PyInitialValue::Invalid); in GetKeys()
1429 PythonDictionary globals(PyInitialValue::Empty); in Init()
H A DPythonDataObjects.h186 enum class PyInitialValue { Invalid, Empty }; enum
505 explicit PythonList(PyInitialValue value);
525 explicit PythonTuple(PyInitialValue value);
547 explicit PythonDictionary(PyInitialValue value);
H A DScriptInterpreterPython.cpp408 m_session_dict(PyInitialValue::Invalid), in ScriptInterpreterPythonImpl()
409 m_sys_module_dict(PyInitialValue::Invalid), m_run_one_line_function(), in ScriptInterpreterPythonImpl()