Home
last modified time | relevance | path

Searched refs:toIterator (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DDIE.h501 static iterator toIterator(T &N) { return iterator(&N); } in toIterator() function
502 static const_iterator toIterator(const T &N) { return const_iterator(&N); } in toIterator() function
570 return value_iterator(ListTy::toIterator(List.back())); in addValue()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DDIE.h570 static iterator toIterator(T &N) { return iterator(&N); } in toIterator() function
571 static const_iterator toIterator(const T &N) { return const_iterator(&N); } in toIterator() function
642 return value_iterator(ListTy::toIterator(List.back())); in addValue()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DIterables.java985 Iterables.transform(iterables, Iterables.<T>toIterator()),
995 toIterator() {
/external/cldr/tools/java/org/unicode/cldr/util/
DWith.java329 public static <T> Iterator<T> toIterator(SimpleIterator<T> simple) { in toIterator() method in With
DPathHeader.java840 return With.toIterator(this); in iterator()
DCLDRFile.java1274 return With.toIterator(this); in iterator()
/external/guava/guava/src/com/google/common/collect/
DIterables.java1026 Iterables.transform(iterables, Iterables.<T>toIterator()),
1036 toIterator() {