Searched refs:ResolveNameWithDictionary (Results 1 – 5 of 5) sorted by relevance
31 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>(244 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(372 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(448 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(790 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>([all …]
280 static PythonObject ResolveNameWithDictionary(llvm::StringRef name,284 static T ResolveNameWithDictionary(llvm::StringRef name,286 return ResolveNameWithDictionary(name, dict).AsType<T>();
203 PythonObject::ResolveNameWithDictionary(llvm::StringRef name, in ResolveNameWithDictionary() function in PythonObject
774 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>( in GetMaxPositionalArgumentsForCallable()
115 PythonObject::ResolveNameWithDictionary<python::PythonCallable>( in CreatePluginObject()