Searched refs:ResolveNameWithDictionary (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/bindings/python/ |
D | python-wrapper.swig | 59 … auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict); 108 … auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict); 166 pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict); 211 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name,dict); 246 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name, dict); 278 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name, dict); 392 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name, dict); 496 PythonObject::ResolveNameWithDictionary<PythonCallable>( 821 … auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict); 892 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name, dict); [all …]
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
D | PythonDataObjects.h | 289 static PythonObject ResolveNameWithDictionary(llvm::StringRef name, 293 static T ResolveNameWithDictionary(llvm::StringRef name, 295 return ResolveNameWithDictionary(name, dict).AsType<T>();
|
D | PythonDataObjects.cpp | 197 PythonObject::ResolveNameWithDictionary(llvm::StringRef name, in ResolveNameWithDictionary() function in PythonObject
|
D | ScriptInterpreterPython.cpp | 861 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>( in GetMaxPositionalArgumentsForCallable()
|
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/ |
D | PythonDataObjectsTests.cpp | 155 PythonObject::ResolveNameWithDictionary("sys.version_info.major", dict)); in TEST_F() 158 PythonObject::ResolveNameWithDictionary("sys.version_info.minor", dict)); in TEST_F()
|