HomeSort by relevance Sort by last modified time
    Searched defs:iterator (Results 501 - 525 of 3929) sorted by null

<<21222324252627282930>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Rewrite/Frontend/
FixItRewriter.h 86 typedef Rewriter::buffer_iterator iterator; typedef in class:clang::FixItRewriter
101 iterator buffer_begin() { return Rewrite.buffer_begin(); }
102 iterator buffer_end() { return Rewrite.buffer_end(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Serialization/
ContinuousRangeMap.h 74 iterator I = std::lower_bound(Rep.begin(), Rep.end(), Val, Compare());
83 typedef typename Representation::iterator iterator; typedef in class:clang::ContinuousRangeMap
86 iterator begin() { return Rep.begin(); }
87 iterator end() { return Rep.end(); }
91 iterator find(Int K) {
92 iterator I = std::upper_bound(Rep.begin(), Rep.end(), K, Compare());
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFExpression.h 14 #include "llvm/ADT/iterator.h"
25 class iterator;
75 friend class DWARFExpression::iterator;
94 /// An iterator to go through the expression operations.
95 class iterator class in class:llvm::DWARFExpression::Operation
96 : public iterator_facade_base<iterator, std::forward_iterator_tag, Operation> {
101 iterator(DWARFExpression *Expr, uint32_t Offset) function in class:llvm::DWARFExpression::Operation::iterator
122 friend bool operator==(const iterator &, const iterator &);
130 iterator begin() { return iterator(this, 0);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
GlobalsStream.h 19 #include "llvm/ADT/iterator.h"
26 /// Iterator over hash records producing symbol record offsets. Abstracts away
65 typedef GSIHashHeader iterator; typedef in class:llvm::pdb::GSIHashTable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_tempbuf.h 130 typedef pointer iterator; typedef in class:_Temporary_buffer
150 iterator
155 iterator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 87 typedef typename base_type::iterator iterator; typedef in class:__gnu_pbds::detail::binomial_heap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 104 typedef typename base_type::iterator iterator; typedef in class:__gnu_pbds::detail::binomial_heap_base
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 100 typedef typename base_type::iterator iterator; typedef in class:__gnu_pbds::detail::pairing_heap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
traits.hpp 81 typedef base_type::_Iter<node, leaf, head, inode, true> iterator; typedef in struct:__gnu_pbds::detail::trie_traits
86 /// This is an iterator to an iterator: it iterates over nodes,
88 typedef base_type::_Node_citer<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_const_iterator;
90 typedef base_type::_Node_iter<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_iterator;
129 typedef const_iterator iterator; typedef in struct:__gnu_pbds::detail::trie_traits
133 /// This is an iterator to an iterator: it iterates over nodes,
135 typedef base_type::_Node_citer<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_const_iterator;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 87 typedef typename base_type::iterator iterator; typedef in class:__gnu_pbds::detail::rc_binomial_heap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
priority_queue.hpp 109 typedef typename base_type::iterator iterator; typedef in class:__gnu_pbds::priority_queue
tree_policy.hpp 45 #include <iterator>
80 typedef typename node_iterator::value_type iterator; typedef in class:__gnu_pbds::tree_order_statistics_node_update
89 /// Finds an entry by __order. Returns an iterator to the entry
90 /// with the __order order, or an iterator to the container
93 inline iterator
141 /// end_nd_it is the end node iterator.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_tempbuf.h 130 typedef pointer iterator; typedef in class:_Temporary_buffer
150 iterator
155 iterator
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 87 typedef typename base_type::iterator iterator; typedef in class:__gnu_pbds::detail::binomial_heap
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 104 typedef typename base_type::iterator iterator; typedef in class:__gnu_pbds::detail::binomial_heap_base
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 100 typedef typename base_type::iterator iterator; typedef in class:__gnu_pbds::detail::pairing_heap
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
traits.hpp 81 typedef base_type::_Iter<node, leaf, head, inode, true> iterator; typedef in struct:__gnu_pbds::detail::trie_traits
86 /// This is an iterator to an iterator: it iterates over nodes,
88 typedef base_type::_Node_citer<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_const_iterator;
90 typedef base_type::_Node_iter<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_iterator;
129 typedef const_iterator iterator; typedef in struct:__gnu_pbds::detail::trie_traits
133 /// This is an iterator to an iterator: it iterates over nodes,
135 typedef base_type::_Node_citer<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_const_iterator;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 87 typedef typename base_type::iterator iterator; typedef in class:__gnu_pbds::detail::rc_binomial_heap
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
priority_queue.hpp 109 typedef typename base_type::iterator iterator; typedef in class:__gnu_pbds::priority_queue
tree_policy.hpp 45 #include <iterator>
80 typedef typename node_iterator::value_type iterator; typedef in class:__gnu_pbds::tree_order_statistics_node_update
89 /// Finds an entry by __order. Returns an iterator to the entry
90 /// with the __order order, or an iterator to the container
93 inline iterator
141 /// end_nd_it is the end node iterator.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
coroutine_types.h 30 struct iterator { struct in struct:generator
34 iterator(std::experimental::coroutine_handle<promise_type> Coro, bool Done) function in struct:generator::iterator
37 iterator &operator++() {
43 bool operator==(iterator const &_Right) const {
47 bool operator!=(iterator const &_Right) const { return !(*this == _Right); }
54 iterator begin() {
59 iterator end() { return {p, true}; }
  /system/chre/util/include/chre/util/
array_queue.h 21 #include <iterator>
149 * A template class that implements a forward iterator for the array queue.
201 //! Pointer of the iterator.
212 * Forward iterator that points to some element in the container.
214 typedef ArrayQueueIterator<ElementType> iterator; typedef in class:chre::ArrayQueue
218 * @return A forward iterator to the beginning.
220 typename ArrayQueue<ElementType, kCapacity>::iterator begin();
225 * @return A forward iterator to the end.
227 typename ArrayQueue<ElementType, kCapacity>::iterator end();
  /test/vti/dashboard/src/main/java/com/android/vts/util/
ProfilingPointSummary.java 23 import java.util.Iterator;
127 * Gets an iterator that returns stat summaries in the ordered the labels were specified in the
131 public Iterator<StatSummary> iterator() { method in class:ProfilingPointSummary
132 Iterator<StatSummary> it =
133 new Iterator<StatSummary>() {
  /tools/tradefederation/core/src/com/android/tradefed/device/
ManagedDeviceList.java 26 import java.util.Iterator;
37 * Iteration is also thread-safe, but not consistent. A copy of the list is made at iterator
39 * iteration, a {@link ConcurrentModificationException} will not be thrown, but the iterator
78 public Iterator<IManagedTestDevice> iterator() { method in class:ManagedDeviceList
79 return getCopy().iterator();
167 Iterator<IManagedTestDevice> iterator = mList.iterator();
168 while (iterator.hasNext())
    [all...]
  /external/guava/guava/src/com/google/common/collect/
StandardTable.java 36 import java.util.Iterator;
162 Iterator<Entry<R, Map<C, V>>> iterator local
163 = backingMap.entrySet().iterator();
164 while (iterator.hasNext()) {
165 Entry<R, Map<C, V>> entry = iterator.next();
170 iterator.remove();
210 * <p>The set's iterator traverses the mappings for the first row, the
215 * set or its iterator.
221 @Override Iterator<Cell<R, C, V>> cellIterator()
349 public Iterator<Entry<C, V>> iterator() { method in class:StandardTable.Row.RowEntrySet
354 final Iterator<Entry<C, V>> iterator = map.entrySet().iterator(); local
    [all...]

Completed in 669 milliseconds

<<21222324252627282930>>