Searched refs:GetItem (Results 1 – 5 of 5) sorted by relevance
132 ValueObjectSP GetItem(size_t idx);223 ValueObjectSP AbstractListFrontEnd::GetItem(size_t idx) { in GetItem() function in AbstractListFrontEnd266 ValueObjectSP current_sp = GetItem(idx); in GetChildAtIndex()359 ValueObjectSP current_sp = GetItem(idx); in GetChildAtIndex()
693 auto item = GetItem(key); in GetItemForKey()702 PythonDictionary::GetItem(const PythonObject &key) const { in GetItem() function in PythonDictionary713 Expected<PythonObject> PythonDictionary::GetItem(const Twine &key) const { in GetItem() function in PythonDictionary1477 auto f = As<PythonCallable>(globals.GetItem("main")); in Init()
577 llvm::Expected<PythonObject> GetItem(const PythonObject &key) const;578 llvm::Expected<PythonObject> GetItem(const llvm::Twine &key) const;
754 As<PythonDictionary>(main_dict.GetItem(m_dictionary_name))); in GetSessionDictionary()
59 auto callable_or_err = class_dict.GetItem(method_name); in CheckAbstractMethodImplementation()