Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dodictobject.c84 * _odict_EMPTY(od)
524 #define _odict_EMPTY(od) (_odict_FIRST(od) == NULL) macro
610 if (_odict_EMPTY(od)) in _odict_find_node_hash()
625 if (_odict_EMPTY(od)) in _odict_find_node()
749 if (_odict_EMPTY(od)) { in _odict_clear_node()
937 if (!_odict_EMPTY(od)) { in odict_sizeof()
1115 if (_odict_EMPTY(self)) { in OrderedDict_popitem_impl()
1270 if (_odict_EMPTY(self)) { in OrderedDict_move_to_end_impl()

Completed in 4 milliseconds