Searched refs:IterItems (Results 1 – 2 of 2) sorted by relevance
249 return Iterator::IterItems(this, length, item_callback); in CreateIteratorMetatable()392 static int IterItems(const LuaEnvironment* env, const int length, in IterItems() function
543 static PyObject* IterItems(PyContainer* self, PyObject* args) { in IterItems() function554 { "iteritems", (PyCFunction)IterItems, METH_NOARGS, },