Searched refs:PushIterator (Results 1 – 3 of 3) sorted by relevance
/external/libtextclassifier/native/utils/ |
D | lua-utils.h | 220 void PushIterator(const int length, const ItemCallback& item_callback, in PushIterator() function 232 void PushIterator(const int length, const ItemCallback& item_callback) const { in PushIterator() function 260 PushIterator(items ? items->size() : 0, [this, items](const int64 pos) { in PushVectorIterator() 326 PushIterator( in PushAnnotations() 528 PushIterator(items ? items->size() : 0, [this, items](const int64 pos) { in PushRepeatedField() 538 PushIterator(items ? items->size() : 0, in PushRepeatedFlatbufferField()
|
D | lua-utils.cc | 433 PushIterator(annotated_spans ? annotated_spans->size() : 0, in PushAnnotatedSpans() 569 PushIterator(actions ? actions->size() : 0, in PushActions() 633 PushIterator( in PushConversation()
|
/external/libtextclassifier/native/actions/ |
D | lua-actions.h | 54 PushIterator(tensor ? tensor->size() : 0, in PushTensor()
|