Searched refs:item_callback (Results 1 – 1 of 1) sorted by relevance
/external/libtextclassifier/native/utils/ |
D | lua-utils.h | 220 void PushIterator(const int length, const ItemCallback& item_callback, in PushIterator() argument 223 CreateIteratorMetatable(length, item_callback); in PushIterator() 224 PushFunction([this, length, item_callback, key_callback]() { in PushIterator() 225 return Iterator::Dispatch(this, length, item_callback, key_callback); in PushIterator() 232 void PushIterator(const int length, const ItemCallback& item_callback) const { in PushIterator() argument 234 CreateIteratorMetatable(length, item_callback); in PushIterator() 235 PushFunction([this, length, item_callback]() { in PushIterator() 236 return Iterator::Dispatch(this, length, item_callback); in PushIterator() 244 const ItemCallback& item_callback) const { in CreateIteratorMetatable() argument 248 PushFunction([this, length, item_callback]() { in CreateIteratorMetatable() [all …]
|