Home
last modified time | relevance | path

Searched refs:_odict_EMPTY (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
Dodictobject.c524 #define _odict_EMPTY(od) (_odict_FIRST(od) == NULL) macro
608 if (_odict_EMPTY(od)) in _odict_find_node_hash()
623 if (_odict_EMPTY(od)) in _odict_find_node()
747 if (_odict_EMPTY(od)) { in _odict_clear_node()
884 if (!_odict_EMPTY(od)) { in odict_sizeof()
1117 if (_odict_EMPTY(self)) { in OrderedDict_popitem_impl()
1271 if (_odict_EMPTY(self)) { in OrderedDict_move_to_end_impl()