Lines Matching refs:_abc_data
39 } _abc_data; typedef
42 abc_data_dealloc(_abc_data *self) in abc_data_dealloc()
53 _abc_data *self = (_abc_data *) type->tp_alloc(type, 0); in abc_data_new()
71 sizeof(_abc_data), /*tp_basicsize*/
78 static _abc_data *
90 return (_abc_data *)impl; in _get_impl()
182 _abc_data *impl = _get_impl(self); in _abc__reset_registry()
209 _abc_data *impl = _get_impl(self); in _abc__reset_caches()
244 _abc_data *impl = _get_impl(self); in _abc__get_dump()
449 _abc_data *impl = _get_impl(self); in _abc__abc_register_impl()
483 _abc_data *impl = _get_impl(self); in _abc__abc_instancecheck_impl()
553 static int subclasscheck_check_registry(_abc_data *impl, PyObject *subclass,
579 _abc_data *impl = _get_impl(self); in _abc__abc_subclasscheck_impl()
707 subclasscheck_check_registry(_abc_data *impl, PyObject *subclass, in subclasscheck_check_registry()