/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | LinkedHashMultimapTest.java | 92 LinkedHashMultimap<String, Integer> multimap = LinkedHashMultimap.create(); in testValueSetHashTableExpansion() local 109 Multimap<String, Integer> multimap = LinkedHashMultimap.create(); in initializeMultimap5() local 119 Multimap<String, Integer> multimap = LinkedHashMultimap.create(); in testToString() local 129 Multimap<String, Integer> multimap = initializeMultimap5(); in testOrderingReadOnly() local 134 Multimap<String, Integer> multimap = initializeMultimap5(); in testOrderingUnmodifiable() local 140 Multimap<String, Integer> multimap = initializeMultimap5(); in testOrderingSynchronized() local 147 Multimap<String, Integer> multimap = initializeMultimap5(); in testSerializationOrdering() local 155 Multimap<String, Integer> multimap = LinkedHashMultimap.create(); in testSerializationOrderingKeysAndEntries() local 169 private void assertOrderingReadOnly(Multimap<String, Integer> multimap) { in assertOrderingReadOnly() 198 Multimap<String, Integer> multimap = initializeMultimap5(); in testOrderingUpdates() local [all …]
|
H A D | ImmutableListMultimapTest.java | 141 ImmutableListMultimap<String, Integer> multimap = in testBuilder_withImmutableEntry() local 191 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllIterable() local 202 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllVarargs() local 221 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllMultimap() local 232 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderPutAllWithDuplicates() local 243 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderPutWithDuplicates() local 264 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllMultimapWithDuplicates() local 331 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderKeysBy() local 353 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderKeysByDuplicates() local 369 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderValuesBy() local [all …]
|
H A D | ImmutableSetMultimapTest.java | 199 ImmutableSetMultimap<String, Integer> multimap = in testBuilder_withImmutableEntry() local 249 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllIterable() local 260 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllVarargs() local 279 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllMultimap() local 290 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderPutAllWithDuplicates() local 299 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderPutWithDuplicates() local 312 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderPutAllMultimapWithDuplicates() local 377 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderKeysBy() local 402 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderKeysByDuplicates() local 421 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderValuesBy() local [all …]
|
H A D | MultimapsTest.java | 198 ListMultimap<String, Integer> multimap = Multimaps.unmodifiableListMultimap(delegate); in testUnmodifiableArrayListMultimapRandomAccess() local 207 ListMultimap<String, Integer> multimap = Multimaps.unmodifiableListMultimap(delegate); in testUnmodifiableLinkedListMultimapRandomAccess() local 285 SortedSetMultimap<String, Integer> multimap = Multimaps.synchronizedSortedSetMultimap(delegate); in testUnmodifiableSynchronizedTreeMultimap() local 295 SortedSetMultimap<String, Integer> multimap = Multimaps.synchronizedSortedSetMultimap(delegate); in testSerializingUnmodifiableSynchronizedTreeMultimap() local 343 Multimap<@Nullable String, @Nullable Integer> multimap, boolean permitsDuplicates) { in checkUnmodifiableMultimap() 353 Multimap<@Nullable String, @Nullable Integer> multimap, in checkUnmodifiableMultimap() 383 Multimap<@Nullable String, @Nullable Integer> multimap, in prepareUnmodifiableTests() 434 Multimap<String, Integer> multimap = in testInvertFrom() local 451 Multimap<String, Integer> multimap = in testAsMap_multimap() local 479 Multimap<String, Integer> multimap = HashMultimap.create(); in testForMap() local [all …]
|
H A D | TreeMultimapNaturalTest.java | 283 TreeMultimap<String, Integer> multimap = TreeMultimap.create(); in createPopulate() local 295 SetMultimap<String, Integer> multimap = create(); in testToString() local 302 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedGet() local 309 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedKeySet() local 314 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedAsMapEntries() local 328 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedEntries() local 342 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedValues() local 347 SetMultimap<String, Integer> multimap = create(); in testMultimapConstructor() local 408 TreeMultimap<String, Integer> multimap = TreeMultimap.create(); in testComparators() local 416 TreeMultimap<String, Integer> multimap = createPopulate(); in testExplicitComparatorSerialization() local [all …]
|
H A D | TreeMultimapExplicitTest.java | 75 TreeMultimap<@Nullable String, @Nullable Integer> multimap = in createPopulate() local 108 Multimap<String, Integer> multimap = create(); in testToString() local 118 TreeMultimap<@Nullable String, @Nullable Integer> multimap = createPopulate(); in testGetComparator() local 124 TreeMultimap<@Nullable String, @Nullable Integer> multimap = createPopulate(); in testOrderedGet() local 131 TreeMultimap<@Nullable String, @Nullable Integer> multimap = createPopulate(); in testOrderedKeySet() local 136 TreeMultimap<@Nullable String, @Nullable Integer> multimap = createPopulate(); in testOrderedAsMapEntries() local 150 TreeMultimap<@Nullable String, @Nullable Integer> multimap = createPopulate(); in testOrderedEntries() local 164 TreeMultimap<@Nullable String, @Nullable Integer> multimap = createPopulate(); in testOrderedValues() local 169 TreeMultimap<@Nullable String, @Nullable Integer> multimap = createPopulate(); in testComparator() local 175 Multimap<String, Integer> multimap = create(); in testMultimapComparators() local [all …]
|
H A D | ArrayListMultimapTest.java | 84 Multimap<String, Integer> multimap = create(); in testGetRandomAccess() local 93 Multimap<String, Integer> multimap = create(); in testRemoveAllRandomAccess() local 102 Multimap<String, Integer> multimap = create(); in testReplaceValuesRandomAccess() local 111 ListMultimap<String, Integer> multimap = create(); in testSublistConcurrentModificationException() local 130 Multimap<String, Integer> multimap = create(); in testCreateFromMultimap() local 139 ArrayListMultimap<String, Integer> multimap = ArrayListMultimap.create(); in testCreate() local 144 ArrayListMultimap<String, Integer> multimap = ArrayListMultimap.create(15, 20); in testCreateFromSizes() local 164 ArrayListMultimap<String, Integer> multimap = ArrayListMultimap.create(original); in testCreateFromHashMultimap() local 170 ArrayListMultimap<String, Integer> multimap = ArrayListMultimap.create(original); in testCreateFromArrayListMultimap() local 175 ArrayListMultimap<String, Integer> multimap = ArrayListMultimap.create(); in testTrimToSize() local
|
H A D | LinkedListMultimapTest.java | 99 Multimap<String, Integer> multimap = create(); in testGetRandomAccess() local 111 Multimap<String, Integer> multimap = create(); in testRemoveAllRandomAccess() local 123 Multimap<String, Integer> multimap = create(); in testReplaceValuesRandomAccess() local 131 Multimap<String, Integer> multimap = LinkedListMultimap.create(); in testCreateFromMultimap() local 141 LinkedListMultimap<String, Integer> multimap = LinkedListMultimap.create(20); in testCreateFromSize() local 315 ListMultimap<String, Integer> multimap = create(); in testEntriesAfterMultimapUpdate() local 356 private @Nullable LinkedListMultimap<String, Integer> multimap; in testEntriesIteration() local 382 private @Nullable Multimap<String, Integer> multimap; in testKeysIteration() local 411 private @Nullable LinkedListMultimap<String, Integer> multimap; in testValuesIteration() local 438 private @Nullable Multimap<String, Integer> multimap; in testKeySetIteration() local [all …]
|
H A D | MultimapsCollectionTest.java | 99 static void populateMultimapForGet(Multimap<Integer, String> multimap, String[] elements) { in populateMultimapForGet() 106 static void populateMultimapForKeySet(Multimap<String, Integer> multimap, String[] elements) { in populateMultimapForKeySet() 113 static void populateMultimapForValues(Multimap<Integer, String> multimap, String[] elements) { in populateMultimapForValues() 119 static void populateMultimapForKeys(Multimap<String, Integer> multimap, String[] elements) { in populateMultimapForKeys() 187 Multimap<String, Integer> multimap = createMultimap(); in create() local 347 Multimap<String, String> multimap = ArrayListMultimap.create(); in create() local 356 abstract M transform(Multimap<String, String> multimap); in transform() argument 513 abstract SetMultimap<String, Integer> filter(SetMultimap<String, Integer> multimap); in filter() 517 SetMultimap<String, Integer> multimap = LinkedHashMultimap.create(); in create() local 538 ListMultimap<String, Integer> multimap = LinkedListMultimap.create(); in create() local [all …]
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | LinkedHashMultimapTest.java | 91 LinkedHashMultimap<String, Integer> multimap = LinkedHashMultimap.create(); in testValueSetHashTableExpansion() local 108 Multimap<String, Integer> multimap = LinkedHashMultimap.create(); in initializeMultimap5() local 118 Multimap<String, Integer> multimap = LinkedHashMultimap.create(); in testToString() local 128 Multimap<String, Integer> multimap = initializeMultimap5(); in testOrderingReadOnly() local 133 Multimap<String, Integer> multimap = initializeMultimap5(); in testOrderingUnmodifiable() local 139 Multimap<String, Integer> multimap = initializeMultimap5(); in testOrderingSynchronized() local 146 Multimap<String, Integer> multimap = initializeMultimap5(); in testSerializationOrdering() local 154 Multimap<String, Integer> multimap = LinkedHashMultimap.create(); in testSerializationOrderingKeysAndEntries() local 168 private void assertOrderingReadOnly(Multimap<String, Integer> multimap) { in assertOrderingReadOnly() 197 Multimap<String, Integer> multimap = initializeMultimap5(); in testOrderingUpdates() local [all …]
|
H A D | ImmutableListMultimapTest.java | 135 ImmutableListMultimap<String, Integer> multimap = in testBuilder_withImmutableEntry() local 185 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllIterable() local 196 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllVarargs() local 215 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllMultimap() local 226 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderPutAllWithDuplicates() local 237 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderPutWithDuplicates() local 258 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllMultimapWithDuplicates() local 325 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderKeysBy() local 347 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderKeysByDuplicates() local 363 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderValuesBy() local [all …]
|
H A D | ImmutableSetMultimapTest.java | 193 ImmutableSetMultimap<String, Integer> multimap = in testBuilder_withImmutableEntry() local 243 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllIterable() local 254 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllVarargs() local 273 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllMultimap() local 284 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderPutAllWithDuplicates() local 293 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderPutWithDuplicates() local 306 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderPutAllMultimapWithDuplicates() local 371 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderKeysBy() local 396 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderKeysByDuplicates() local 415 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderValuesBy() local [all …]
|
H A D | MultimapsTest.java | 129 ListMultimap<String, Integer> multimap = Multimaps.unmodifiableListMultimap(delegate); in testUnmodifiableArrayListMultimapRandomAccess() local 138 ListMultimap<String, Integer> multimap = Multimaps.unmodifiableListMultimap(delegate); in testUnmodifiableLinkedListMultimapRandomAccess() local 216 SortedSetMultimap<String, Integer> multimap = Multimaps.synchronizedSortedSetMultimap(delegate); in testUnmodifiableSynchronizedTreeMultimap() local 226 SortedSetMultimap<String, Integer> multimap = Multimaps.synchronizedSortedSetMultimap(delegate); in testSerializingUnmodifiableSynchronizedTreeMultimap() local 274 Multimap<@Nullable String, @Nullable Integer> multimap, boolean permitsDuplicates) { in checkUnmodifiableMultimap() 284 Multimap<@Nullable String, @Nullable Integer> multimap, in checkUnmodifiableMultimap() 314 Multimap<@Nullable String, @Nullable Integer> multimap, in prepareUnmodifiableTests() 365 Multimap<String, Integer> multimap = in testInvertFrom() local 382 Multimap<String, Integer> multimap = in testAsMap_multimap() local 410 Multimap<String, Integer> multimap = HashMultimap.create(); in testForMap() local [all …]
|
H A D | TreeMultimapNaturalTest.java | 283 TreeMultimap<String, Integer> multimap = TreeMultimap.create(); in createPopulate() local 295 SetMultimap<String, Integer> multimap = create(); in testToString() local 302 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedGet() local 309 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedKeySet() local 314 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedAsMapEntries() local 328 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedEntries() local 342 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedValues() local 347 SetMultimap<String, Integer> multimap = create(); in testMultimapConstructor() local 408 TreeMultimap<String, Integer> multimap = TreeMultimap.create(); in testComparators() local 416 TreeMultimap<String, Integer> multimap = createPopulate(); in testExplicitComparatorSerialization() local [all …]
|
H A D | TreeMultimapExplicitTest.java | 75 TreeMultimap<@Nullable String, @Nullable Integer> multimap = in createPopulate() local 108 Multimap<String, Integer> multimap = create(); in testToString() local 118 TreeMultimap<@Nullable String, @Nullable Integer> multimap = createPopulate(); in testGetComparator() local 124 TreeMultimap<@Nullable String, @Nullable Integer> multimap = createPopulate(); in testOrderedGet() local 131 TreeMultimap<@Nullable String, @Nullable Integer> multimap = createPopulate(); in testOrderedKeySet() local 136 TreeMultimap<@Nullable String, @Nullable Integer> multimap = createPopulate(); in testOrderedAsMapEntries() local 150 TreeMultimap<@Nullable String, @Nullable Integer> multimap = createPopulate(); in testOrderedEntries() local 164 TreeMultimap<@Nullable String, @Nullable Integer> multimap = createPopulate(); in testOrderedValues() local 169 TreeMultimap<@Nullable String, @Nullable Integer> multimap = createPopulate(); in testComparator() local 175 Multimap<String, Integer> multimap = create(); in testMultimapComparators() local [all …]
|
H A D | ArrayListMultimapTest.java | 84 Multimap<String, Integer> multimap = create(); in testGetRandomAccess() local 93 Multimap<String, Integer> multimap = create(); in testRemoveAllRandomAccess() local 102 Multimap<String, Integer> multimap = create(); in testReplaceValuesRandomAccess() local 111 ListMultimap<String, Integer> multimap = create(); in testSublistConcurrentModificationException() local 130 Multimap<String, Integer> multimap = create(); in testCreateFromMultimap() local 139 ArrayListMultimap<String, Integer> multimap = ArrayListMultimap.create(); in testCreate() local 144 ArrayListMultimap<String, Integer> multimap = ArrayListMultimap.create(15, 20); in testCreateFromSizes() local 164 ArrayListMultimap<String, Integer> multimap = ArrayListMultimap.create(original); in testCreateFromHashMultimap() local 170 ArrayListMultimap<String, Integer> multimap = ArrayListMultimap.create(original); in testCreateFromArrayListMultimap() local 175 ArrayListMultimap<String, Integer> multimap = ArrayListMultimap.create(); in testTrimToSize() local
|
H A D | LinkedListMultimapTest.java | 100 Multimap<String, Integer> multimap = create(); in testGetRandomAccess() local 112 Multimap<String, Integer> multimap = create(); in testRemoveAllRandomAccess() local 124 Multimap<String, Integer> multimap = create(); in testReplaceValuesRandomAccess() local 132 Multimap<String, Integer> multimap = LinkedListMultimap.create(); in testCreateFromMultimap() local 142 LinkedListMultimap<String, Integer> multimap = LinkedListMultimap.create(20); in testCreateFromSize() local 316 ListMultimap<String, Integer> multimap = create(); in testEntriesAfterMultimapUpdate() local 357 private @Nullable LinkedListMultimap<String, Integer> multimap; in testEntriesIteration() local 383 private @Nullable Multimap<String, Integer> multimap; in testKeysIteration() local 412 private @Nullable LinkedListMultimap<String, Integer> multimap; in testValuesIteration() local 439 private @Nullable Multimap<String, Integer> multimap; in testKeySetIteration() local [all …]
|
H A D | MultimapsCollectionTest.java | 98 static void populateMultimapForGet(Multimap<Integer, String> multimap, String[] elements) { in populateMultimapForGet() 105 static void populateMultimapForKeySet(Multimap<String, Integer> multimap, String[] elements) { in populateMultimapForKeySet() 112 static void populateMultimapForValues(Multimap<Integer, String> multimap, String[] elements) { in populateMultimapForValues() 118 static void populateMultimapForKeys(Multimap<String, Integer> multimap, String[] elements) { in populateMultimapForKeys() 186 Multimap<String, Integer> multimap = createMultimap(); in create() local 345 Multimap<String, String> multimap = ArrayListMultimap.create(); in create() local 354 abstract M transform(Multimap<String, String> multimap); in transform() argument 511 abstract SetMultimap<String, Integer> filter(SetMultimap<String, Integer> multimap); in filter() 515 SetMultimap<String, Integer> multimap = LinkedHashMultimap.create(); in create() local 536 ListMultimap<String, Integer> multimap = LinkedListMultimap.create(); in create() local [all …]
|
/aosp_15_r20/external/pigweed/pw_containers/ |
H A D | intrusive_multimap_test.cc | 75 IntrusiveMultiMap multimap; in TEST_F() local 86 IntrusiveMultiMap multimap(pairs_.begin(), pairs_.end()); in TEST_F() local 93 IntrusiveMultiMap multimap(pairs_.end(), pairs_.end()); in TEST_F() local 101 IntrusiveMultiMap multimap(ptrs.begin(), ptrs.end()); in TEST_F() local 109 IntrusiveMultiMap multimap(ptrs.begin(), ptrs.end()); in TEST_F() local 117 IntrusiveMultiMap multimap({&pairs_[0], &pairs_[2], &pairs_[4]}); in TEST_F() local 127 IntrusiveMultiMap multimap({}); in TEST_F() local 134 IntrusiveMultiMap multimap({&pairs_[0], &pairs_[2], &pairs_[4]}, in TEST_F() local 165 pw::IntrusiveMultiMap<size_t, HalvedKey> multimap(items.begin(), items.end()); in TEST_F() local 204 pw::IntrusiveMultiMap<size_t, NoKey> multimap( in TEST_F() local [all …]
|
/aosp_15_r20/external/truth/core/src/test/java/com/google/common/truth/ |
H A D | MultimapSubjectTest.java | 151 ImmutableMultimap<String, String> multimap = ImmutableMultimap.of(); in multimapIsEmpty() local 157 ImmutableMultimap<Integer, Integer> multimap = ImmutableMultimap.of(1, 5); in multimapIsEmptyWithFailure() local 164 ImmutableMultimap<Integer, Integer> multimap = ImmutableMultimap.of(1, 5); in multimapIsNotEmpty() local 170 ImmutableMultimap<Integer, Integer> multimap = ImmutableMultimap.of(); in multimapIsNotEmptyWithFailure() local 196 ImmutableMultimap<String, String> multimap = ImmutableMultimap.of("kurt", "kluever"); in containsKey() local 202 ImmutableMultimap<String, String> multimap = ImmutableMultimap.of("kurt", "kluever"); in containsKeyFailure() local 212 Multimap<String, String> multimap = HashMultimap.create(); in containsKeyNull() local 219 ImmutableMultimap<String, String> multimap = ImmutableMultimap.of("kurt", "kluever"); in containsKeyNullFailure() local 246 ImmutableMultimap<String, String> multimap = ImmutableMultimap.of("kurt", "kluever"); in doesNotContainKey() local 253 ImmutableMultimap<String, String> multimap = ImmutableMultimap.of("kurt", "kluever"); in doesNotContainKeyFailure() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | map.hpp | 1408 class multimap class 1472 BOOST_CONTAINER_FORCEINLINE multimap() in multimap() function in boost::container::multimap 1482 BOOST_CONTAINER_FORCEINLINE explicit multimap(const allocator_type& a) in multimap() function in boost::container::multimap 1489 BOOST_CONTAINER_FORCEINLINE explicit multimap(const Compare& comp) in multimap() function in boost::container::multimap 1496 BOOST_CONTAINER_FORCEINLINE multimap(const Compare& comp, const allocator_type& a) in multimap() function in boost::container::multimap 1506 BOOST_CONTAINER_FORCEINLINE multimap(InputIterator first, InputIterator last) in multimap() function in boost::container::multimap 1516 …BOOST_CONTAINER_FORCEINLINE multimap(InputIterator first, InputIterator last, const allocator_type… in multimap() function in boost::container::multimap 1526 … BOOST_CONTAINER_FORCEINLINE multimap(InputIterator first, InputIterator last, const Compare& comp) in multimap() function in boost::container::multimap 1536 BOOST_CONTAINER_FORCEINLINE multimap(InputIterator first, InputIterator last, in multimap() function in boost::container::multimap 1551 BOOST_CONTAINER_FORCEINLINE multimap(ordered_range_t, InputIterator first, InputIterator last) in multimap() function in boost::container::multimap [all …]
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | Multimaps.java | 644 Multimap<K, V> synchronizedMultimap(Multimap<K, V> multimap) { in synchronizedMultimap() 757 public boolean putAll(Multimap<? extends K, ? extends V> multimap) { in putAll() 905 SetMultimap<K, V> synchronizedSetMultimap(SetMultimap<K, V> multimap) { in synchronizedSetMultimap() 953 SortedSetMultimap<K, V> synchronizedSortedSetMultimap(SortedSetMultimap<K, V> multimap) { in synchronizedSortedSetMultimap() 986 ListMultimap<K, V> synchronizedListMultimap(ListMultimap<K, V> multimap) { in synchronizedListMultimap() 1066 ListMultimap<K, V> multimap) { in asMap() 1079 SetMultimap<K, V> multimap) { in asMap() 1092 SortedSetMultimap<K, V> multimap) { in asMap() 1103 Map<K, Collection<V>> asMap(Multimap<K, V> multimap) { in asMap()
|
H A D | ImmutableMultimap.java | 321 public Builder<K, V> putAll(Multimap<? extends K, ? extends V> multimap) { in putAll() 384 public static <K, V> ImmutableMultimap<K, V> copyOf(Multimap<? extends K, ? extends V> multimap) { in copyOf() 531 public final boolean putAll(Multimap<? extends K, ? extends V> multimap) { in putAll() 619 @Weak final ImmutableMultimap<K, V> multimap; field in ImmutableMultimap.EntryCollection 621 EntryCollection(ImmutableMultimap<K, V> multimap) { in EntryCollection() 757 final ImmutableMultimap<?, ?> multimap; field in KeysSerializedForm 759 KeysSerializedForm(ImmutableMultimap<?, ?> multimap) { in KeysSerializedForm()
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | Multimaps.java | 643 Multimap<K, V> synchronizedMultimap(Multimap<K, V> multimap) { in synchronizedMultimap() 761 public boolean putAll(Multimap<? extends K, ? extends V> multimap) { in putAll() 909 SetMultimap<K, V> synchronizedSetMultimap(SetMultimap<K, V> multimap) { in synchronizedSetMultimap() 957 SortedSetMultimap<K, V> synchronizedSortedSetMultimap(SortedSetMultimap<K, V> multimap) { in synchronizedSortedSetMultimap() 990 ListMultimap<K, V> synchronizedListMultimap(ListMultimap<K, V> multimap) { in synchronizedListMultimap() 1070 ListMultimap<K, V> multimap) { in asMap() 1083 SetMultimap<K, V> multimap) { in asMap() 1096 SortedSetMultimap<K, V> multimap) { in asMap() 1107 Map<K, Collection<V>> asMap(Multimap<K, V> multimap) { in asMap()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/ |
D | compile_map.cpp | 76 multimap; in UNORDERED_AUTO_TEST() local 119 multimap; in UNORDERED_AUTO_TEST() local 152 boost::unordered_multimap<int, int> multimap; in UNORDERED_AUTO_TEST() local 209 multimap; in UNORDERED_AUTO_TEST() local
|