Searched defs:iterator (Results 1 – 18 of 18) sorted by relevance
153 typedef ElementType *iterator; typedef
182 typedef ElementType *iterator; typedef
36 typedef ElementType *iterator; typedef
199 typedef ArrayQueueIterator<ElementType> iterator; typedef
37 iterator(ElfInterfaceArm* interface, size_t index) : interface_(interface), index_(index) { } in iterator() function
64 typedef std::vector<std::shared_ptr<MapInfo>>::iterator iterator; typedef
47 iterator(DwarfSection* section, size_t index) : index_(index) { in iterator() function
92 io_iterator_t iterator; in try_interfaces() local396 io_iterator_t iterator; in init_usb() local
29 using iterator = typename std::map<K, V>::iterator; variable
75 explicit iterator(base b) : base(b) {} in iterator() function
76 iterator(BacktraceMap* map, size_t index) : map_(map), index_(index) {} in iterator() function
172 typedef std::vector<backtrace_frame_data_t>::iterator iterator; typedef
130 typedef TYPE* iterator; typedef
177 typedef _ListIterator<T, NON_CONST_ITERATOR> iterator; typedef
197 typedef TYPE* iterator; typedef
162 typedef _ListIterator<T, NON_CONST_ITERATOR> iterator; typedef
327 Iterator iterator = set.iterator(); in setDefaultValues() local
94 typedef typename std::unordered_map<TKey, TEntry>::iterator iterator; typedef