Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dweakrefobject.c273 insert_head(PyWeakReference *newref, PyWeakReference **list) in insert_head() function
328 insert_head(self, list); in weakref___new__()
336 insert_head(self, list); in weakref___new__()
843 insert_head(result, list); in PyWeakref_NewRef()
859 insert_head(result, list); in PyWeakref_NewRef()
925 insert_head(result, list); in PyWeakref_NewProxy()
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs22809 fn insert_head<T, F>(v: &mut [T], is_less: &mut F)
23020 insert_head(&mut v[i..], &mut is_less);
23062 insert_head(&mut v[start..end], &mut is_less);