Searched refs:m_callable (Results 1 – 2 of 2) sorted by relevance
26 m_callable (), in Measurement()33 m_callable (callable), in Measurement()40 m_callable (), in Measurement()48 m_callable(rhs.GetCallable()), in Measurement()58 m_callable(args...); in operator()65 return m_callable; in GetCallable()135 Callable m_callable; variable
112 return m_callable != NULL;141 retval = PyObject_CallObject (m_callable, pargs);186 PyObject* m_callable;189 m_callable(callable)191 if (m_callable && PyCallable_Check(m_callable) == false)192 m_callable = NULL;