/external/guava/guava/src/com/google/common/collect/ |
Multimap.java | 30 * but different values, the multimap contains mappings from the key to both 35 * multimap. If the multimap is modifiable, updating it can change the contents 36 * of those collections, and updating the collections will change the multimap. 38 * that are independent of subsequent multimap changes. 40 * <p>Depending on the implementation, a multimap may or may not allow duplicate 41 * key-value pairs. In other words, the multimap contents after adding the same 43 * duplicates, the multimap will contain two mappings, and {@code get} will 45 * supporting duplicates, the multimap will contain a single mapping from the 49 * <p>All methods that alter the multimap are optional, and the views returne [all...] |
MapConstraints.java | 89 * Returns a constrained view of the specified multimap, using the specified 94 * <p>Note that the generated multimap's {@link Multimap#removeAll} and 95 * {@link Multimap#replaceValues} methods return collections that are not 98 * <p>The returned multimap is not serializable. 100 * @param multimap the multimap to constrain 102 * @return a constrained view of the multimap 104 public static <K, V> Multimap<K, V> constrainedMultimap( 105 Multimap<K, V> multimap, MapConstraint<? super K, ? super V> constraint) [all...] |
/external/oprofile/libpp/ |
locate_images.h | 89 typedef std::multimap<std::string, std::string> images_t;
|
/frameworks/compile/mclinker/include/mcld/Support/ |
MemoryArea.h | 113 typedef std::multimap<Key, Space*, Key::Compare> SpaceMapType;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/ |
move_alloc.pass.cpp | 12 // class multimap 14 // multimap(multimap&& m, const allocator_type& a); 32 typedef std::multimap<MoveOnly, MoveOnly, C, A> M; 71 typedef std::multimap<MoveOnly, MoveOnly, C, A> M; 110 typedef std::multimap<MoveOnly, MoveOnly, C, A> M; 150 typedef std::multimap<MoveOnly, MoveOnly, C, A> M;
|
move_assign.pass.cpp | 12 // class multimap 14 // multimap& operator=(multimap&& m); 32 typedef std::multimap<MoveOnly, MoveOnly, C, A> M; 72 typedef std::multimap<MoveOnly, MoveOnly, C, A> M; 112 typedef std::multimap<MoveOnly, MoveOnly, C, A> M; 153 typedef std::multimap<MoveOnly, MoveOnly, C, A> M;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.special/ |
non_member_swap.pass.cpp | 12 // class multimap 16 // swap(multimap<Key, T, Compare, Allocator>& x, multimap<Key, T, Compare, Allocator>& y); 28 typedef std::multimap<int, double> M; 116 typedef std::multimap<int, double, C, A> M; 150 typedef std::multimap<int, double, C, A> M; 184 typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M; 272 typedef std::multimap<int, double, C, A> M;
|
member_swap.pass.cpp | 12 // class multimap 14 // void swap(multimap& m); 25 typedef std::multimap<int, double> M; 113 typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
imageburner_ui.h | 47 typedef std::multimap<GURL, Listener*> ListenerMap; 80 std::multimap<GURL, Listener*> listeners_;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/ |
insert_iter_iter.pass.cpp | 12 // class multimap 26 typedef std::multimap<int, double> M; 64 typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.ops/ |
find.pass.cpp | 12 // class multimap 26 typedef std::multimap<int, double> M; 86 typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
|
lower_bound.pass.cpp | 12 // class multimap 26 typedef std::multimap<int, double> M; 90 typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
|
upper_bound.pass.cpp | 12 // class multimap 26 typedef std::multimap<int, double> M; 90 typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
|
/art/runtime/ |
intern_table.h | 73 typedef std::multimap<int32_t, mirror::String*> Table;
|
/external/chromium/chrome/browser/extensions/ |
extension_webnavigation_api.h | 63 typedef std::multimap<const TabContents*, int64> TabContentsToFrameIdMap;
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
drive_app_registry.h | 82 typedef std::multimap<std::string, DriveAppInfo*> DriveAppFileSelectorMap;
|
/external/chromium_org/chrome/browser/extensions/api/content_settings/ |
content_settings_store.h | 116 typedef std::multimap<base::Time, ExtensionEntry*> ExtensionEntryMap;
|
/external/oprofile/libutil++/ |
cverb.cpp | 51 // We use a multimap because user can create multiple verbose object with 54 typedef multimap<string, verbose *> recorder_t;
|
/external/llvm/lib/CodeGen/ |
AggressiveAntiDepBreaker.cpp | 71 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference> *RegRefs) 304 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& 338 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& 414 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& 500 std::pair<std::multimap<unsigned, 502 std::multimap<unsigned, 505 for (std::multimap<unsigned, 531 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& 706 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& 896 std::pair<std::multimap<unsigned [all...] |
/external/stlport/test/unit/ |
map_test.cpp | 79 typedef multimap<char, int, less<char> > mmap; 121 typedef multimap<int, char, less<int> > mmap; 157 typedef multimap<int, char, less<int> > mmap; 190 * A check that map and multimap iterators are NOT comparable 388 typedef multimap<Key, int, KeyCmp> Container; 413 typedef multimap<Key const volatile*, int, KeyCmpPtr> Container; 450 multimap<IncompleteClass, IncompleteClass> minstances; 451 typedef multimap<IncompleteClass, IncompleteClass>::iterator mit;
|
/ndk/tests/device/test-gnustl-full/unit/ |
map_test.cpp | 79 typedef multimap<char, int, less<char> > mmap; 121 typedef multimap<int, char, less<int> > mmap; 157 typedef multimap<int, char, less<int> > mmap; 190 * A check that map and multimap iterators are NOT comparable 388 typedef multimap<Key, int, KeyCmp> Container; 413 typedef multimap<Key const volatile*, int, KeyCmpPtr> Container; 450 multimap<IncompleteClass, IncompleteClass> minstances; 451 typedef multimap<IncompleteClass, IncompleteClass>::iterator mit;
|
/ndk/tests/device/test-stlport/unit/ |
map_test.cpp | 79 typedef multimap<char, int, less<char> > mmap; 121 typedef multimap<int, char, less<int> > mmap; 157 typedef multimap<int, char, less<int> > mmap; 190 * A check that map and multimap iterators are NOT comparable 388 typedef multimap<Key, int, KeyCmp> Container; 413 typedef multimap<Key const volatile*, int, KeyCmpPtr> Container; 450 multimap<IncompleteClass, IncompleteClass> minstances; 451 typedef multimap<IncompleteClass, IncompleteClass>::iterator mit;
|
/external/chromium/chrome/browser/chromeos/input_method/ |
input_method_util.h | 195 const std::multimap<std::string, std::string>& language_code_to_ids,
|
/external/chromium_org/chrome/browser/history/ |
shortcuts_backend.h | 85 typedef std::multimap<base::string16, const Shortcut> ShortcutMap;
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
core_options_handler.h | 93 typedef std::multimap<std::string, std::string> PreferenceCallbackMap;
|