Home
last modified time | relevance | path

Searched defs:Iterator (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/packet/
Diterator.cc26 Iterator<little_endian>::Iterator(const std::forward_list<View>& data, size_t offset) { in Iterator() function in bluetooth::packet::Iterator
37 Iterator<little_endian>::Iterator(std::shared_ptr<std::vector<uint8_t>> data) { in Iterator() function in bluetooth::packet::Iterator
174 template class Iterator<true>; variable
175 template class Iterator<false>; variable
/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
DClipStorageReader.java92 private static final class Iterator implements java.util.Iterator { class in ClipStorageReader
95 private Iterator(Scanner scanner) { in Iterator() method in ClipStorageReader.Iterator
/packages/modules/Bluetooth/system/packet/base/
Diterator.cc25 Iterator::Iterator(std::shared_ptr<const Packet> packet, size_t i) { in Iterator() function in bluetooth::Iterator
35 Iterator::Iterator(const Iterator& itr) { *this = itr; } in Iterator() function in bluetooth::Iterator
Dpacket.h31 friend class Iterator; variable
/packages/modules/Virtualization/libs/libfdt/src/
Diterators.rs218 impl<'a, A: FromAddrCells, P: FromAddrCells, S: FromSizeCells> Iterator impl