Searched defs:iterator (Results 1 – 19 of 19) sorted by relevance
180 typedef ElementType* iterator; typedef
152 typedef ElementType* iterator; typedef
36 typedef ElementType* iterator; typedef
229 typedef ArrayQueueIterator<ElementType> iterator; typedef
38 iterator(ElfInterfaceArm* interface, size_t index) : interface_(interface), index_(index) { } in iterator() function
63 typedef std::vector<std::unique_ptr<MapInfo>>::iterator iterator; typedef
46 iterator(DwarfSection* section, size_t index) : index_(index) { in iterator() function
92 io_iterator_t iterator; in try_interfaces() local395 io_iterator_t iterator; in init_usb() local
29 using iterator = typename std::map<K, V>::iterator; variable
52 auto iterator = in put() local
78 iterator(BacktraceMap* map, size_t index) : map_(map), index_(index) {} in iterator() function
195 typedef std::vector<backtrace_frame_data_t>::iterator iterator; typedef
130 typedef TYPE* iterator; typedef
177 typedef _ListIterator<T, NON_CONST_ITERATOR> iterator; typedef
199 typedef TYPE* iterator; typedef
175 typedef _ListIterator<T, NON_CONST_ITERATOR> iterator; typedef
133 AndroidInterfaceAdded(io_iterator_t iterator) in AndroidInterfaceAdded()
32 using iterator = char*; member
78 typedef typename std::unordered_map<TKey, TEntry>::iterator iterator; typedef