Searched refs:GetItem (Results 1 – 5 of 5) sorted by relevance
137 ValueObjectSP GetItem(size_t idx);228 ValueObjectSP AbstractListFrontEnd::GetItem(size_t idx) { in GetItem() function in AbstractListFrontEnd271 ValueObjectSP current_sp = GetItem(idx); in GetChildAtIndex()377 ValueObjectSP current_sp = GetItem(idx); in GetChildAtIndex()
691 auto item = GetItem(key); in GetItemForKey()700 PythonDictionary::GetItem(const PythonObject &key) const { in GetItem() function in PythonDictionary711 Expected<PythonObject> PythonDictionary::GetItem(const Twine &key) const { in GetItem() function in PythonDictionary1432 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;
736 As<PythonDictionary>(main_dict.GetItem(m_dictionary_name))); in GetSessionDictionary()
77 auto callable_or_err = class_dict.GetItem(method_name); in CheckAbstractMethodImplementation()