Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/bindings/python/
Dpython-wrapper.swig31 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
78 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
105 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
151 pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
192 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
223 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
245 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
287 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
383 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
459 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
[all …]
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.h279 static PythonObject ResolveNameWithDictionary(llvm::StringRef name,
283 static T ResolveNameWithDictionary(llvm::StringRef name,
285 return ResolveNameWithDictionary(name, dict).AsType<T>();
DPythonDataObjects.cpp199 PythonObject::ResolveNameWithDictionary(llvm::StringRef name, in ResolveNameWithDictionary() function in PythonObject
DScriptInterpreterPython.cpp765 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>( in GetMaxPositionalArgumentsForCallable()