Home
last modified time | relevance | path

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

/third_party/python/Lib/collections/
H A D__init__.py127 link_next = link.next
128 link_prev.next = link_next
129 link_next.prev = link_prev
173 link_next = link.next
174 root.next = link_next
175 link_next.prev = root
188 link_next = link.next
189 soft_link = link_next.prev
190 link_prev.next = link_next
191 link_next
[all...]
/third_party/python/Lib/
H A Dfunctools.py574 link_prev, link_next, _key, result = link
575 link_prev[NEXT] = link_next
576 link_next[PREV] = link_prev
/third_party/python/Modules/
H A D_functoolsmodule.c935 lru_list_elem *link_next = link->next; in lru_cache_extract_link() local
937 link_next->prev = link->prev; in lru_cache_extract_link()

Completed in 6 milliseconds