HomeSort by relevance Sort by last modified time
    Searched refs:m_python_class (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/DataFormatters/
TypeSynthetic.cpp 70 m_python_class(pclass),
85 m_wrapper_sp = m_interpreter->CreateSyntheticScriptedProvider(m_python_class.c_str(), backend.GetSP());
109 m_python_class.c_str());
  /external/lldb/include/lldb/DataFormatters/
TypeSynthetic.h 474 std::string m_python_class; member in class:lldb_private::ScriptedSyntheticChildren
482 m_python_class(),
486 m_python_class = pclass;
494 return m_python_class.c_str();
506 m_python_class.assign(fname);
528 std::string m_python_class; member in class:lldb_private::ScriptedSyntheticChildren::FrontEnd
585 return SyntheticChildrenFrontEnd::AutoPointer(new FrontEnd(m_python_class, backend));

Completed in 141 milliseconds