Lines Matching refs:implementor
89 PythonObject implementor(PyRefType::Borrowed, in GetStatusFromMethod() local
92 if (!implementor.IsAllocated()) in GetStatusFromMethod()
97 PyObject_GetAttrString(implementor.get(), method_name.str().c_str())); in GetStatusFromMethod()
115 PyObject_CallMethod(implementor.get(), in GetStatusFromMethod()
153 PythonObject implementor(PyRefType::Borrowed, in GetGenericInteger() local
156 if (!implementor.IsAllocated()) in GetGenericInteger()
161 PyObject_GetAttrString(implementor.get(), method_name.str().c_str())); in GetGenericInteger()
179 PyObject_CallMethod(implementor.get(), in GetGenericInteger()
238 PythonObject implementor(PyRefType::Borrowed, in ReadMemoryAtAddress() local
241 if (!implementor.IsAllocated()) in ReadMemoryAtAddress()
245 PyObject_GetAttrString(implementor.get(), callee_name)); in ReadMemoryAtAddress()
263 PyObject_CallMethod(implementor.get(), callee_name, in ReadMemoryAtAddress()