Home
last modified time | relevance | path

Searched defs:toIterator (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DWith.java329 public static <T> Iterator<T> toIterator(SimpleIterator<T> simple) { in toIterator() method in With
/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
/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