Home
last modified time | relevance | path

Searched refs:ResolveNameWithDictionary (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-wrapper.swig31 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
78 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
125 pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
166 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
197 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
219 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
263 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
303 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
399 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
475 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h267 static PythonObject ResolveNameWithDictionary(llvm::StringRef name,
271 static T ResolveNameWithDictionary(llvm::StringRef name,
273 return ResolveNameWithDictionary(name, dict).AsType<T>();
H A DPythonDataObjects.cpp200 PythonObject::ResolveNameWithDictionary(llvm::StringRef name, in ResolveNameWithDictionary() function in PythonObject
H A DScriptInterpreterPython.cpp761 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>( in GetMaxPositionalArgumentsForCallable()
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp155 PythonObject::ResolveNameWithDictionary("sys.version_info.major", dict)); in TEST_F()
158 PythonObject::ResolveNameWithDictionary("sys.version_info.minor", dict)); in TEST_F()