Searched refs:SetItem (Results 1 – 3 of 3) sorted by relevance
686 Error PythonDictionary::SetItem(const PythonObject &key, in SetItem() function in PythonDictionary696 Error PythonDictionary::SetItem(const Twine &key, in SetItem() function in PythonDictionary708 Error error = SetItem(key, value); in SetItemForKey()1432 if (Error error = globals.SetItem("__builtins__", builtins)) in Init()
549 llvm::Error SetItem(const PythonObject &key, const PythonObject &value) const;550 llvm::Error SetItem(const llvm::Twine &key, const PythonObject &value) const;
605 llvm::Error error = globals.SetItem("__builtins__", builtins); in TEST_F()