Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/
Dlua-utils.h249 return Iterator::IterItems(this, length, item_callback); in CreateIteratorMetatable()
392 static int IterItems(const LuaEnvironment* env, const int length, in IterItems() function
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc543 static PyObject* IterItems(PyContainer* self, PyObject* args) { in IterItems() function
554 { "iteritems", (PyCFunction)IterItems, METH_NOARGS, },