Home
last modified time | relevance | path

Searched refs:iterators (Results 1 – 25 of 55) sorted by relevance

123

/external/protobuf/gtest/include/gtest/internal/
Dgtest-param-util-generated.h.pump148 // Advance should not be called on beyond-of-range iterators
149 // so no component iterators must be beyond end of range, either.
171 << "The program attempted to compare iterators "
175 // We must report iterators equal if they both point beyond their
202 // component iterators has reached the end of its range.
/external/webkit/LayoutTests/fast/xpath/
Ddetached-subtree-invalidate-iterator-expected.txt1 Test that iterators are invalidated even if the original context is detached.
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util-generated.h.pump165 // Advance should not be called on beyond-of-range iterators
166 // so no component iterators must be beyond end of range, either.
188 << "The program attempted to compare iterators "
192 // We must report iterators equal if they both point beyond their
219 // component iterators has reached the end of its range.
/external/gtest/include/gtest/internal/
Dgtest-param-util-generated.h.pump165 // Advance should not be called on beyond-of-range iterators
166 // so no component iterators must be beyond end of range, either.
188 << "The program attempted to compare iterators "
192 // We must report iterators equal if they both point beyond their
219 // component iterators has reached the end of its range.
/external/chromium/testing/gtest/include/gtest/internal/
Dgtest-param-util-generated.h.pump165 // Advance should not be called on beyond-of-range iterators
166 // so no component iterators must be beyond end of range, either.
188 << "The program attempted to compare iterators "
192 // We must report iterators equal if they both point beyond their
219 // component iterators has reached the end of its range.
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DIterators.java1233 Iterable<? extends Iterator<? extends T>> iterators,
1235 checkNotNull(iterators, "iterators");
1238 return new MergingIterator<T>(iterators, comparator);
1254 public MergingIterator(Iterable<? extends Iterator<? extends T>> iterators,
1270 for (Iterator<? extends T> iterator : iterators) {
DIterables.java471 return Iterators.concat(iterators(inputs));
479 private static <T> UnmodifiableIterator<Iterator<? extends T>> iterators(
/external/guava/guava/src/com/google/common/collect/
DIterators.java1269 Iterable<? extends Iterator<? extends T>> iterators,
1271 checkNotNull(iterators, "iterators");
1274 return new MergingIterator<T>(iterators, comparator);
1290 public MergingIterator(Iterable<? extends Iterator<? extends T>> iterators,
1306 for (Iterator<? extends T> iterator : iterators) {
DIterables.java489 return Iterators.concat(iterators(inputs));
497 private static <T> UnmodifiableIterator<Iterator<? extends T>> iterators(
/external/stlport/test/unit/
Dvector_test.cpp35 CPPUNIT_TEST(iterators);
58 void iterators();
458 void VectorTest::iterators() in iterators() function in VectorTest
Dmap_test.cpp23 CPPUNIT_TEST(iterators);
36 void iterators();
144 void MapTest::iterators() in iterators() function in MapTest
/external/clang/test/
Dcxx-sections.data769 21.4.3 [string.iterators]
976 24 [iterators]
977 24.1 [iterators.general]
979 24.2.1 [iterator.iterators]
980 24.2.2 [input.iterators]
981 24.2.3 [output.iterators]
982 24.2.4 [forward.iterators]
983 24.2.5 [bidirectional.iterators]
984 24.2.6 [random.access.iterators]
985 24.2.7 [shuffle.iterators]
[all …]
/external/stlport/doc/
DFAQ50 Q6.4 set or multiset iterators are immutable like const_iterators, why ?
69 iterators.
292 Note: You can use 'std' iterators from native implementation in STLport
294 STLport is adding the necessary code to interpret native iterators like
295 STLport iterators. You won't be able however to do the opposite as native
296 implementation do not know anything about STLport iterators.
544 Q6.4 set or multiset iterators are immutable like const_iterators, why ?
551 immutable iterators. Your solutions are:
DREADME.evc4113 iterators of deque and vector<bool>.
/external/llvm/docs/HistoricalNotes/
D2002-06-25-MegaPatchInfo.txt24 together. The advantage of this implementation is that iterators can be
/external/stlport/stlport/
Dlocale58 // some stuff for streambuf iterators ended up defined there
/external/llvm/lib/Support/Unix/
DSignals.inc126 // We avoid iterators in case of debug iterators that allocate or release
/external/llvm/docs/
DVectorizers.rst160 loop uses C++ iterators, which are pointers, and not integer indices.
162 this loop. This feature is important because many C++ programs use iterators.
DReleaseNotes.rst111 - Reverse iterators
DProgrammersManual.rst792 operations, such as ``begin`` and ``end`` iterators, etc. Also, the
991 address (iterators in the final vector are just indices or pointers), and can be
1020 iterators. If more than 'N' insertions are performed, a single quadratically
1025 Note that, unlike ``std::set``, the iterators of ``SmallPtrSet`` are invalidated
1026 whenever an insertion occurs. Also, the values visited by the iterators are not
1115 The advantages of std::set are that its iterators are stable (deleting or
1116 inserting an element from the set does not affect iterators or pointers to other
1276 The iterators in a DenseMap are invalidated whenever an insertion occurs,
1312 The IntervalMap iterators are quite big, so they should not be passed around as
1313 STL iterators. The heavyweight iterators allow a smaller data structure.
[all …]
/external/stlport/etc/
DReleaseNote.txt123 * set/multiset, or map/multimap iterators cannot be compared anymore.
/external/protobuf/gtest/include/gtest/
Dgtest-param-test.h.pump228 // a range [begin, end) defined by a pair of STL-style iterators. These
229 // iterators can also be plain C pointers.
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-param-test.h.pump263 // a range [begin, end) defined by a pair of STL-style iterators. These
264 // iterators can also be plain C pointers.
/external/chromium/testing/gtest/include/gtest/
Dgtest-param-test.h.pump263 // a range [begin, end) defined by a pair of STL-style iterators. These
264 // iterators can also be plain C pointers.
/external/gtest/include/gtest/
Dgtest-param-test.h.pump263 // a range [begin, end) defined by a pair of STL-style iterators. These
264 // iterators can also be plain C pointers.

123