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

<<21222324252627282930>>

  /external/clang/include/clang/Sema/
IdentifierResolver.h 45 inline DeclsTy::iterator decls_begin() { return Decls.begin(); }
46 inline DeclsTy::iterator decls_end() { return Decls.end(); }
55 void InsertDecl(DeclsTy::iterator Pos, NamedDecl *D) {
65 /// iterator - Iterate over the decls of a specified declaration name.
68 class iterator { class in class:clang::IdentifierResolver
78 /// 2) A IdDeclInfo::DeclsTy::iterator that traverses only the decls of the
80 /// 3) A IdDeclInfo::DeclsTy::iterator that traverses the decls of parent
83 typedef IdDeclInfo::DeclsTy::iterator BaseIter;
86 iterator(NamedDecl *D) { function in class:clang::IdentifierResolver::iterator
90 /// A IdDeclInfo::DeclsTy::iterator that walks or not the parent declaratio
92 iterator(BaseIter I) { function in class:clang::IdentifierResolver::iterator
107 iterator() : Ptr(0) {} function in class:clang::IdentifierResolver::iterator
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 35 typedef llvm::ImmutableList<SVal>::iterator iterator; typedef in class:clang::ento::CompoundValData
36 iterator begin() const { return L.begin(); }
37 iterator end() const { return L.end(); }
  /external/clang/lib/ARCMigrate/
Internals.h 39 typedef ListTy::const_iterator iterator; typedef in class:clang::arcmt::CapturedDiagList
40 iterator begin() const { return List.begin(); }
41 iterator end() const { return List.end(); }
  /external/clang/test/Analysis/inlining/
containers.cpp 113 struct iterator { struct in class:MySet
116 iterator(int *p) : impl(p) {} function in struct:MySet::iterator
119 iterator begin() {
124 return iterator(storage);
127 iterator end() {
132 return iterator(storage+size);
162 void useIterator(iterator i) {
174 MySet::iterator impl;
177 IterImpl(MySet::iterator i) : impl(i) {
214 typedef MySet::iterator iterator typedef in class:IteratorTypedefOnlySet
258 struct iterator { struct in class:IteratorStructOnlySet
    [all...]
  /external/clang/test/Index/
annotate-nested-name-specifier.cpp 5 typedef T* iterator; typedef in struct:outer::inner::vector
17 using outer_alias::inner::vector<X>::iterator;
40 using typename outer::inner::vector<type>::iterator;
100 typedef typename outer_alias::inner::vector<type>::iterator iter_type;
101 typedef typename outer_alias::inner::vector<int>::iterator int_ptr_type;
161 // CHECK: Keyword: "using" [17:3 - 17:8] UsingDeclaration=iterator[5:18]
163 // CHECK: Punctuation: "::" [17:20 - 17:22] UsingDeclaration=iterator[5:18]
165 // CHECK: Punctuation: "::" [17:27 - 17:29] UsingDeclaration=iterator[5:18]
167 // CHECK: Punctuation: "<" [17:35 - 17:36] UsingDeclaration=iterator[5:18]
169 // CHECK: Punctuation: ">" [17:37 - 17:38] UsingDeclaration=iterator[5:18
    [all...]
  /external/clang/test/SemaCXX/
cxx0x-initializer-scalars.cpp 27 typedef const _E* iterator; typedef in class:std::initializer_list
invalid-member-expr.cpp 42 class iterator {}; class in struct:test3::string
47 string::iterator i = s.foo(); // expected-error {{no member named 'foo'}}
warn-loop-analysis.cpp 207 struct iterator { struct
208 iterator operator++() { return *this; }
209 iterator operator++(int) { return *this; }
210 iterator operator--() { return *this; }
211 iterator operator--(int) { return *this; }
214 iterator i;
  /external/deqp/framework/delibs/decpp/
deAppendList.hpp 95 class Iterator
98 Iterator (Block* curBlock_, size_t blockSize_, size_t slotNdx_)
104 bool operator!= (const Iterator<CompatibleType>& other) const
108 bool operator== (const Iterator<CompatibleType>& other) const
113 Iterator<CompatibleType>& operator++ (void)
126 Iterator<CompatibleType> operator++ (int) const
128 Iterator<CompatibleType> copy(*this);
142 operator Iterator<const CompatibleType> (void) const
144 return Iterator<const CompatibleType>(m_curBlock, m_blockSize, m_slotNdx);
153 typedef Iterator<const ElementType> const_iterator
154 typedef Iterator<ElementType> iterator; typedef in class:de::AppendList
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/
ConstantCollection.java 41 public IConstantCollection.IConstantIterator iterator () method in class:ConstantCollection
  /external/google-breakpad/src/processor/
postfix_evaluator-inl.h 329 typename DictionaryType::const_iterator iterator = local
331 if (iterator == dictionary_->end()) {
338 *value = iterator->second;
  /external/guava/guava/src/com/google/common/collect/
AbstractMultiset.java 26 import java.util.Iterator;
63 @Override public Iterator<E> iterator() { method in class:AbstractMultiset
160 abstract Iterator<Entry<E>> entryIterator();
179 @Override public Iterator<Entry<E>> iterator() { method in class:AbstractMultiset.EntrySet
AbstractNavigableMap.java 20 import java.util.Iterator;
129 abstract Iterator<Entry<K, V>> entryIterator();
131 abstract Iterator<Entry<K, V>> descendingEntryIterator();
170 public Iterator<Entry<K, V>> iterator() { method in class:AbstractNavigableMap
193 Iterator<Entry<K, V>> entryIterator() {
AbstractTable.java 22 import java.util.Iterator;
85 Iterators.clear(cellSet().iterator());
118 abstract Iterator<Table.Cell<R, C, V>> cellIterator();
149 public Iterator<Table.Cell<R, C, V>> iterator() { method in class:AbstractTable.CellSet
171 Iterator<V> valuesIterator() {
172 return new TransformedIterator<Cell<R, C, V>, V>(cellSet().iterator()) {
182 public Iterator<V> iterator() {
ArrayTable.java 32 import java.util.Iterator;
54 * table's views. None of the view iterators support {@link Iterator#remove}.
55 * If the table is modified after an iterator is created, the iterator remains
236 public Iterator<Entry<K, V>> iterator() { method in class:ArrayTable.ArrayMap
542 * <p>The returned set's iterator traverses the mappings with the first row
557 Iterator<Cell<R, C, V>> cellIterator() {
762 * <p>The returned collection's iterator traverses the values of the first row
EmptyContiguousSet.java 79 @Override public UnmodifiableIterator<C> iterator() { method in class:EmptyContiguousSet
ImmutableCollection.java 28 import java.util.Iterator;
53 * Returns an unmodifiable iterator across the elements in this collection.
56 public abstract UnmodifiableIterator<E> iterator(); method in class:ImmutableCollection
180 return ImmutableList.of(iterator().next());
299 public Builder<E> addAll(Iterator<? extends E> elements) {
RegularImmutableBiMap.java 211 public UnmodifiableIterator<Entry<K, V>> iterator() { method in class:RegularImmutableBiMap
212 return asList().iterator();
299 public UnmodifiableIterator<Entry<V, K>> iterator() {
300 return asList().iterator();
RegularImmutableMap.java 195 public UnmodifiableIterator<Entry<K, V>> iterator() { method in class:RegularImmutableMap.EntrySet
196 return asList().iterator();
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ArrayTable.java 30 import java.util.Iterator;
52 * table's views. None of the view iterators support {@link Iterator#remove}.
53 * If the table is modified after an iterator is created, the iterator remains
234 public Iterator<Entry<K, V>> iterator() { method in class:ArrayTable.ArrayMap
518 * <p>The returned set's iterator traverses the mappings with the first row
533 Iterator<Cell<R, C, V>> cellIterator() {
738 * <p>The returned collection's iterator traverses the values of the first row
ImmutableList.java 27 import java.util.Iterator;
130 : copyOf(elements.iterator());
133 public static <E> ImmutableList<E> copyOf(Iterator<? extends E> elements) {
177 return new SingletonImmutableList<E>(list.iterator().next());
232 @Override public UnmodifiableIterator<E> iterator() { method in class:ImmutableList
304 @Override public Builder<E> addAll(Iterator<? extends E> elements) {
Platform.java 28 import java.util.Iterator;
90 @Override public Iterator<E> iterator() { method in class:Platform.SetFromMap
91 return s.iterator();
RegularContiguousSet.java 67 @Override public UnmodifiableIterator<C> iterator() { method in class:RegularContiguousSet
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
SplitterTest.java 28 import java.util.Iterator;
299 assertIteratorIsUnmodifiable(COMMA_SPLITTER.split("a,b").iterator()); method
303 assertIteratorIsUnmodifiable(Splitter.on(',').split("a,b").iterator()); method
306 private void assertIteratorIsUnmodifiable(Iterator<?> iterator) {
307 iterator.next();
309 iterator.remove();
330 Iterator<String> iterator = splitter.split(builder).iterator(); local
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
SampleElements.java 22 import java.util.Iterator;
49 public Iterator<E> iterator() { method in class:SampleElements
50 return asList().iterator();

Completed in 1209 milliseconds

<<21222324252627282930>>