Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/third_party/python/pyrsistent/
H A Dpvectorcmodule.c908 copyInsert(new_pvec->tail->items, self->tail->items, tail_size, obj); in PVector_append()
909 incRefs((PyObject**)new_pvec->tail->items); in PVector_append()
911 new_pvec, new_pvec->tail, new_pvec->root); in PVector_append()
913 return (PyObject*)new_pvec; in PVector_append()
967 PVector *new_pvec = newPvec(self->count, self->shift, self->root); in internalSet() local
969 incRefs((PyObject**)new_pvec->tail->items); in internalSet()
970 return (PyObject*)new_pvec; in internalSet()
974 PVector *new_pvec = newPvec(self->count, self->shift, newRoot); in internalSet() local
977 freeNode(new_pvec->tail); in internalSet()
978 new_pvec->tail = self->tail; in internalSet()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pyrsistent/
H A Dpvectorcmodule.c908 copyInsert(new_pvec->tail->items, self->tail->items, tail_size, obj); in PVector_append()
909 incRefs((PyObject**)new_pvec->tail->items); in PVector_append()
911 new_pvec, new_pvec->tail, new_pvec->root); in PVector_append()
913 return (PyObject*)new_pvec; in PVector_append()
967 PVector *new_pvec = newPvec(self->count, self->shift, self->root); in internalSet() local
969 incRefs((PyObject**)new_pvec->tail->items); in internalSet()
970 return (PyObject*)new_pvec; in internalSet()
974 PVector *new_pvec = newPvec(self->count, self->shift, newRoot); in internalSet() local
977 freeNode(new_pvec->tail); in internalSet()
978 new_pvec->tail = self->tail; in internalSet()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pyrsistent/
H A Dpvectorcmodule.c908 copyInsert(new_pvec->tail->items, self->tail->items, tail_size, obj); in PVector_append()
909 incRefs((PyObject**)new_pvec->tail->items); in PVector_append()
911 new_pvec, new_pvec->tail, new_pvec->root); in PVector_append()
913 return (PyObject*)new_pvec; in PVector_append()
967 PVector *new_pvec = newPvec(self->count, self->shift, self->root); in internalSet() local
969 incRefs((PyObject**)new_pvec->tail->items); in internalSet()
970 return (PyObject*)new_pvec; in internalSet()
974 PVector *new_pvec = newPvec(self->count, self->shift, newRoot); in internalSet() local
977 freeNode(new_pvec->tail); in internalSet()
978 new_pvec->tail = self->tail; in internalSet()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pyrsistent/
H A Dpvectorcmodule.c908 copyInsert(new_pvec->tail->items, self->tail->items, tail_size, obj); in PVector_append()
909 incRefs((PyObject**)new_pvec->tail->items); in PVector_append()
911 new_pvec, new_pvec->tail, new_pvec->root); in PVector_append()
913 return (PyObject*)new_pvec; in PVector_append()
967 PVector *new_pvec = newPvec(self->count, self->shift, self->root); in internalSet() local
969 incRefs((PyObject**)new_pvec->tail->items); in internalSet()
970 return (PyObject*)new_pvec; in internalSet()
974 PVector *new_pvec = newPvec(self->count, self->shift, newRoot); in internalSet() local
977 freeNode(new_pvec->tail); in internalSet()
978 new_pvec->tail = self->tail; in internalSet()
[all …]
/dports/devel/py-pyrsistent/pyrsistent-0.14.11/
H A Dpvectorcmodule.c908 copyInsert(new_pvec->tail->items, self->tail->items, tail_size, obj); in PVector_append()
909 incRefs((PyObject**)new_pvec->tail->items); in PVector_append()
911 new_pvec, new_pvec->tail, new_pvec->root); in PVector_append()
913 return (PyObject*)new_pvec; in PVector_append()
967 PVector *new_pvec = newPvec(self->count, self->shift, self->root); in internalSet() local
969 incRefs((PyObject**)new_pvec->tail->items); in internalSet()
970 return (PyObject*)new_pvec; in internalSet()
974 PVector *new_pvec = newPvec(self->count, self->shift, newRoot); in internalSet() local
977 freeNode(new_pvec->tail); in internalSet()
978 new_pvec->tail = self->tail; in internalSet()
[all …]