Searched refs:ResolveNameWithDictionary (Results 1 – 5 of 5) sorted by relevance
31 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 …]
267 static PythonObject ResolveNameWithDictionary(llvm::StringRef name,271 static T ResolveNameWithDictionary(llvm::StringRef name,273 return ResolveNameWithDictionary(name, dict).AsType<T>();
200 PythonObject::ResolveNameWithDictionary(llvm::StringRef name, in ResolveNameWithDictionary() function in PythonObject
761 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>( in GetMaxPositionalArgumentsForCallable()
155 PythonObject::ResolveNameWithDictionary("sys.version_info.major", dict)); in TEST_F()158 PythonObject::ResolveNameWithDictionary("sys.version_info.minor", dict)); in TEST_F()