Searched defs:check_class (Results 1 – 5 of 5) sorted by relevance
21 static inline id check_class(id obj, Class cls) { function
13 inline id check_class(id obj, Class cls) { return [obj isKindOfClass:cls] ? obj : nil; } in check_class() function
238 bool check_class = in Visit() local
2869 check_class(PyObject *cls, const char *error) function
2565 check_class(PyObject *cls, const char *error) in check_class() function