Home
last modified time | relevance | path

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

/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/
DChunkCrossOvers.java171 void apply(Iterator<Entry<K, V>> fromIterator, Iterator<Entry<K, V>> toIterator, int chunkSize); in apply()
188 Iterator<Entry<K, V>> toIterator = map.entrySet().iterator(); in withChunk() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DWith.java351 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-10.0/llvm/include/llvm/CodeGen/
DDIE.h616 static iterator toIterator(T &N) { return iterator(&N); } in toIterator() function
617 static const_iterator toIterator(const T &N) { return const_iterator(&N); } in toIterator() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DDIE.h643 static iterator toIterator(T &N) { return iterator(&N); } in toIterator() function
644 static const_iterator toIterator(const T &N) { return const_iterator(&N); } in toIterator() function