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 | 4436   std::vector<CXFA_Node*> listitems;  in InsertItem()  local 4486   std::vector<CXFA_Node*> listitems;  in GetItemLabel()  local 4527   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 | 5122 _PyObject_GetItemsIter(PyObject *obj, PyObject **listitems,  in _PyObject_GetItemsIter() 5171     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/cpython3/Modules/ | 
| D | _pickle.c | 3941     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/Lib/test/ | 
| D | test_descr.py | 5054                       listitems=None, dictitems=None):  argument
  |