Searched defs:RandomAccess (Results 1 – 7 of 7) sorted by relevance
47 assertTrue(multimap.get("foo") instanceof RandomAccess); in testGetRandomAccess() local48 assertTrue(multimap.get("bar") instanceof RandomAccess); in testGetRandomAccess() local58 assertTrue(multimap.removeAll("foo") instanceof RandomAccess); in testRemoveAllRandomAccess() local59 assertTrue(multimap.removeAll("bar") instanceof RandomAccess); in testRemoveAllRandomAccess() local70 instanceof RandomAccess); in testReplaceValuesRandomAccess() local72 instanceof RandomAccess); in testReplaceValuesRandomAccess() local
63 assertFalse(multimap.get("foo") instanceof RandomAccess); in testGetRandomAccess() local64 assertFalse(multimap.get("bar") instanceof RandomAccess); in testGetRandomAccess() local75 assertTrue(multimap.removeAll("foo") instanceof RandomAccess); in testRemoveAllRandomAccess() local76 assertTrue(multimap.removeAll("bar") instanceof RandomAccess); in testRemoveAllRandomAccess() local88 instanceof RandomAccess); in testReplaceValuesRandomAccess() local90 instanceof RandomAccess); in testReplaceValuesRandomAccess() local
202 assertTrue(multimap.get("foo") instanceof RandomAccess); in testSynchronizedArrayListMultimapRandomAccess() local203 assertTrue(multimap.get("bar") instanceof RandomAccess); in testSynchronizedArrayListMultimapRandomAccess() local212 assertFalse(multimap.get("foo") instanceof RandomAccess); in testSynchronizedLinkedListMultimapRandomAccess() local213 assertFalse(multimap.get("bar") instanceof RandomAccess); in testSynchronizedLinkedListMultimapRandomAccess() local
136 assertTrue(multimap.get("foo") instanceof RandomAccess); in testUnmodifiableArrayListMultimapRandomAccess() local137 assertTrue(multimap.get("bar") instanceof RandomAccess); in testUnmodifiableArrayListMultimapRandomAccess() local146 assertFalse(multimap.get("foo") instanceof RandomAccess); in testUnmodifiableLinkedListMultimapRandomAccess() local147 assertFalse(multimap.get("bar") instanceof RandomAccess); in testUnmodifiableLinkedListMultimapRandomAccess() local
274 assertFalse(multimap.get("foo") instanceof RandomAccess); in testConstrainedTypePreservingList() local287 assertTrue(multimap.get("foo") instanceof RandomAccess); in testConstrainedTypePreservingRandomAccessList() local
820 assertFalse(partitions.get(0) instanceof RandomAccess); in testPartitionRandomAccessFalse() local821 assertFalse(partitions.get(1) instanceof RandomAccess); in testPartitionRandomAccessFalse() local
641 TEST_F(RepeatedPtrFieldIteratorTest, RandomAccess) { in TEST_F() argument