reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
79565     auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
79612     auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
79715     auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
79750     auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
79785     auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
79837     auto pfunc = self.ResolveName<PythonCallable>(method_name);
79885     auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
79905         auto callback_func = result.ResolveName<PythonCallable>("__callback__");
79924     auto pfunc = self.ResolveName<PythonCallable>(method_name);
79975     auto pfunc = self.ResolveName<PythonCallable>(callee_name);
80000     auto pfunc = self.ResolveName<PythonCallable>("num_children");
80049     auto pfunc = self.ResolveName<PythonCallable>("get_child_at_index");
80079     auto pfunc = self.ResolveName<PythonCallable>("get_child_index");
80200     auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
80242     auto pfunc = self.ResolveName<PythonCallable>("__call__");
80271     auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
80304     auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
80344     auto pfunc = py_module.ResolveName<PythonCallable>("get_dynamic_setting");
80369     auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
80397     auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
80425     auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
80453     auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
80481     auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
80510     auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  798       .ResolveName<PythonDictionary>(m_dictionary_name);