Searched refs:m_python_class (Results 1 – 4 of 4) sorted by relevance
405 std::string m_python_class; variable413 m_python_class = pclass; in SyntheticChildren()418 const char *GetPythonClassName() { return m_python_class.c_str(); } in GetPythonClassName()423 m_python_class.assign(fname); in SetPythonClassName()460 std::string m_python_class;471 new FrontEnd(m_python_class, backend)); in GetFrontEnd()
161 : SyntheticChildrenFrontEnd(backend), m_python_class(pclass), in FrontEnd()175 m_python_class.c_str(), backend.GetSP()); in FrontEnd()250 m_python_class.c_str()); in GetDescription()
83 std::string m_python_class; variable94 const char *GetPythonClassName() { return m_python_class.c_str(); } in GetPythonClassName()
32 : m_interpreter(interpreter), m_python_class(pclass) { in ScriptedStackFrameRecognizer()34 m_interpreter->CreateFrameRecognizer(m_python_class.c_str()); in ScriptedStackFrameRecognizer()