Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp686 Error PythonDictionary::SetItem(const PythonObject &key, in SetItem() function in PythonDictionary
696 Error PythonDictionary::SetItem(const Twine &key, in SetItem() function in PythonDictionary
708 Error error = SetItem(key, value); in SetItemForKey()
1432 if (Error error = globals.SetItem("__builtins__", builtins)) in Init()
H A DPythonDataObjects.h549 llvm::Error SetItem(const PythonObject &key, const PythonObject &value) const;
550 llvm::Error SetItem(const llvm::Twine &key, const PythonObject &value) const;
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp605 llvm::Error error = globals.SetItem("__builtins__", builtins); in TEST_F()