Home
last modified time | relevance | path

Searched refs:copyIntoArray (Results 1 – 24 of 24) sorted by relevance

/external/guava/android/guava/src/com/google/common/collect/
DIndexedImmutableSet.java33 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in IndexedImmutableSet
34 return asList().copyIntoArray(dst, offset); in copyIntoArray()
DRegularImmutableAsList.java64 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in RegularImmutableAsList
65 return delegateList.copyIntoArray(dst, offset); in copyIntoArray()
DImmutableCollection.java196 copyIntoArray(other, 0); in toArray()
329 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in ImmutableCollection
498 size = immutableCollection.copyIntoArray(contents, size); in addAll()
DImmutableMapEntrySet.java53 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in ImmutableMapEntrySet.RegularEntrySet
54 return entries.copyIntoArray(dst, offset); in copyIntoArray()
DRegularImmutableMap.java288 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in RegularImmutableMap.EntrySet
289 return asList().copyIntoArray(dst, offset); in copyIntoArray()
390 int copyIntoArray(Object[] dst, int offset) {
391 return asList().copyIntoArray(dst, offset);
DRegularImmutableList.java68 int copyIntoArray(Object[] dst, int dstOff) { in copyIntoArray() method in RegularImmutableList
DSingletonImmutableSet.java79 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in SingletonImmutableSet
DRegularImmutableSortedSet.java154 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in RegularImmutableSortedSet
155 return elements.copyIntoArray(dst, offset); in copyIntoArray()
DRegularImmutableSet.java93 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in RegularImmutableSet
DImmutableMultimap.java708 int copyIntoArray(Object[] dst, int offset) {
710 offset = valueCollection.copyIntoArray(dst, offset);
DImmutableMultiset.java276 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method
DImmutableList.java541 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in ImmutableList
/external/guava/guava/src/com/google/common/collect/
DIndexedImmutableSet.java51 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in IndexedImmutableSet
52 return asList().copyIntoArray(dst, offset); in copyIntoArray()
DRegularImmutableAsList.java67 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in RegularImmutableAsList
68 return delegateList.copyIntoArray(dst, offset); in copyIntoArray()
DImmutableMapEntrySet.java55 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in ImmutableMapEntrySet.RegularEntrySet
56 return entries.copyIntoArray(dst, offset); in copyIntoArray()
DImmutableCollection.java208 copyIntoArray(other, 0); in toArray()
359 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in ImmutableCollection
DSingletonImmutableSet.java79 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in SingletonImmutableSet
DRegularImmutableList.java66 int copyIntoArray(Object[] dst, int dstOff) { in copyIntoArray() method in RegularImmutableList
DRegularImmutableSortedSet.java165 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in RegularImmutableSortedSet
166 return elements.copyIntoArray(dst, offset); in copyIntoArray()
DRegularImmutableSet.java98 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in RegularImmutableSet
DImmutableSet.java367 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in ImmutableSet.Indexed
368 return asList().copyIntoArray(dst, offset); in copyIntoArray()
DImmutableMultimap.java732 int copyIntoArray(Object[] dst, int offset) {
734 offset = valueCollection.copyIntoArray(dst, offset);
DImmutableList.java577 int copyIntoArray(Object[] dst, int offset) {
829 size = immutableCollection.copyIntoArray(contents, size);
DImmutableMultiset.java326 int copyIntoArray(Object[] dst, int offset) {