Lines Matching refs:auto

29   auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(
31 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
35 if (auto arg_info = pfunc.GetArgInfo())
43 auto result =
76 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(
78 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
137 auto argc = pfunc.GetArgInfo();
164 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(
166 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
172 auto sb_value = std::make_unique<lldb::SBValue>(valobj_sp);
195 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(
197 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
217 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(
219 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
261 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(
263 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
301 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(
303 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
326 auto args_sb = std::make_unique<lldb::SBStructuredData>(args_impl);
355 auto pfunc = self.ResolveName<PythonCallable>(method_name);
397 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(
399 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
412 auto callback_func = result.ResolveName<PythonCallable>("__callback__");
424 auto pfunc = self.ResolveName<PythonCallable>(method_name);
473 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(
475 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
489 auto callback_func = result.ResolveName<PythonCallable>("handle_stop");
491 if (auto args_info = callback_func.GetArgInfo()) {
525 auto pfunc = self.ResolveName<PythonCallable>("handle_stop");
530 auto *sb_stream = new lldb::SBStream();
562 auto pfunc = self.ResolveName<PythonCallable>(callee_name);
581 auto pfunc = self.ResolveName<PythonCallable>("num_children");
586 auto arg_info = pfunc.GetArgInfo();
616 auto pfunc = self.ResolveName<PythonCallable>("get_child_at_index");
642 auto pfunc = self.ResolveName<PythonCallable>("get_child_index");
779 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(
781 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
787 auto argc = pfunc.GetArgInfo();
793 auto cmd_retobj_arg = ToSWIGWrapper(cmd_retobj);
812 auto pfunc = self.ResolveName<PythonCallable>("__call__");
817 auto cmd_retobj_arg = ToSWIGWrapper(cmd_retobj);
834 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(
836 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
853 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(
855 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
883 auto pfunc = py_module.ResolveName<PythonCallable>("get_dynamic_setting");
888 auto result = pfunc(ToSWIGWrapper(target_sp), PythonString(setting));
903 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(
905 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
911 auto result = pfunc(ToSWIGWrapper(process), dict);
927 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(
929 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
935 auto result = pfunc(ToSWIGWrapper(std::move(thread)), dict);
950 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(
952 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
958 auto result = pfunc(ToSWIGWrapper(target), dict);
974 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(
976 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
982 auto result = pfunc(ToSWIGWrapper(std::move(frame)), dict);
997 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(
999 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
1005 auto result = pfunc(ToSWIGWrapper(value), dict);
1021 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(
1023 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(