Home
last modified time | relevance | path

Searched refs:SetItem (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp724 Error PythonDictionary::SetItem(const PythonObject &key, in SetItem() function in PythonDictionary
734 Error PythonDictionary::SetItem(const Twine &key, in SetItem() function in PythonDictionary
746 Error error = SetItem(key, value); in SetItemForKey()
1470 if (Error error = globals.SetItem("__builtins__", builtins)) in Init()
H A DPythonDataObjects.h579 llvm::Error SetItem(const PythonObject &key, const PythonObject &value) const;
580 llvm::Error SetItem(const llvm::Twine &key, const PythonObject &value) const;