Searched defs:listitems (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Lib/ |
D | pickle.py | 346 listitems=None, dictitems=None, obj=None): argument
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 4392 std::vector<CXFA_Node*> listitems; in InsertItem() local 4442 std::vector<CXFA_Node*> listitems; in GetItemLabel() local 4483 std::vector<CXFA_Node*> listitems; in GetItemValue() local
|
/external/python/cpython3/Lib/ |
D | pickle.py | 621 def save_reduce(self, func, args, state=None, listitems=None, argument
|
/external/python/cpython3/Objects/ |
D | typeobject.c | 4542 _PyObject_GetItemsIter(PyObject *obj, PyObject **listitems, in _PyObject_GetItemsIter() 4591 PyObject *newobj, *newargs, *state, *listitems, *dictitems; in reduce_newobj() local
|
/external/python/cpython2/Modules/ |
D | cPickle.c | 2403 PyObject *listitems = Py_None; in save_reduce() local
|
/external/python/cpython2/Objects/ |
D | typeobject.c | 3316 PyObject *slots = NULL, *listitems = NULL, *dictitems = NULL; in reduce_2() local
|
/external/python/cpython3/Modules/ |
D | _pickle.c | 3945 PyObject *listitems = Py_None; in save_reduce() local
|
/external/python/cpython3/Lib/test/ |
D | test_descr.py | 4990 listitems=None, dictitems=None): argument
|