Home
last modified time | relevance | path

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

/external/lldb/include/lldb/DataFormatters/
DTypeSynthetic.h475 std::string m_python_code; variable
483 m_python_code() in SyntheticChildren()
488 m_python_code = pcode; in SyntheticChildren()
500 return m_python_code.c_str(); in GetPythonCode()
507 m_python_code.clear(); in SetPythonClassName()
513 m_python_code.assign(script); in SetPythonCode()