HomeSort by relevance Sort by last modified time
    Searched refs:multimap (Results 226 - 250 of 372) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_backend.h 38 typedef std::multimap<base::string16,
  /external/chromium_org/chrome/browser/drive/
drive_app_registry.h 122 typedef std::multimap<std::string, std::string> DriveAppFileSelectorMap;
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_store.h 115 typedef std::multimap<base::Time, ExtensionEntry*> ExtensionEntryMap;
  /external/chromium_org/content/browser/android/java/
gin_java_bound_object.h 79 typedef std::multimap<std::string, linked_ptr<JavaMethod> > JavaMethodMap;
  /external/chromium_org/content/browser/frame_host/
frame_tree.h 137 typedef std::multimap<int, RenderViewHostImpl*> RenderViewHostMultiMap;
  /external/chromium_org/content/browser/indexed_db/
indexed_db_factory.h 35 typedef std::multimap<GURL, IndexedDBDatabase*> OriginDBMap;
  /external/chromium_org/content/renderer/pepper/
host_var_tracker.h 89 typedef std::multimap<V8ObjectVarKey, ppapi::V8ObjectVar*> ObjectMap;
97 // A multimap of V8ObjectVarKey -> ObjectMap.
  /external/chromium_org/media/midi/
midi_manager.h 155 typedef std::multimap<MidiManagerClient*, int> PendingClientMap;
  /external/libcxx/test/containers/associative/multimap/multimap.ops/
lower_bound.pass.cpp 12 // class multimap
27 typedef std::multimap<int, double> M;
91 typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
157 typedef std::multimap<int, double, std::less<>> M;
190 typedef std::multimap<PC, double, std::less<>> M;
upper_bound.pass.cpp 12 // class multimap
27 typedef std::multimap<int, double> M;
91 typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
157 typedef std::multimap<int, double, std::less<>> M;
190 typedef std::multimap<PC, double, std::less<>> M;
equal_range.pass.cpp 12 // class multimap
27 typedef std::multimap<int, double> M;
105 typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
185 typedef std::multimap<int, double, std::less<>> M;
226 typedef std::multimap<PC, double, std::less<>> M;
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugInfo.h 20 typedef std::multimap<const char*, dw_offset_t, CStringCompareFunctionObject> CStringToDIEMap;
  /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;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.ops/
lower_bound.pass.cpp 12 // class multimap
27 typedef std::multimap<int, double> M;
91 typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
157 typedef std::multimap<int, double, std::less<>> M;
190 typedef std::multimap<PC, double, std::less<>> M;
upper_bound.pass.cpp 12 // class multimap
27 typedef std::multimap<int, double> M;
91 typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
157 typedef std::multimap<int, double, std::less<>> M;
190 typedef std::multimap<PC, double, std::less<>> M;
  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 72 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference> *RegRefs)
305 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>&
339 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>&
425 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>&
511 std::pair<std::multimap<unsigned,
513 std::multimap<unsigned,
516 for (std::multimap<unsigned,
542 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>&
717 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>&
    [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/guava/guava/src/com/google/common/collect/
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...]
  /art/runtime/jdwp/
object_registry.h 118 std::multimap<int32_t, ObjectRegistryEntry*> object_to_entry_ GUARDED_BY(lock_);
  /external/chromium_org/chrome/browser/ui/webui/options/
core_options_handler.h 95 typedef std::multimap<std::string, std::string> PreferenceCallbackMap;
  /external/chromium_org/gin/modules/
module_registry.h 80 typedef std::multimap<std::string, LoadModuleCallback> LoadModuleCallbackMap;
  /external/chromium_org/third_party/webrtc/modules/bitrate_controller/
bitrate_controller_impl.h 109 typedef std::multimap<uint32_t, ObserverConfiguration*> ObserverSortingMap;
  /external/lldb/include/lldb/Core/
Listener.h 139 typedef std::multimap<Broadcaster*, BroadcasterInfo> broadcaster_collection;

Completed in 1611 milliseconds

1 2 3 4 5 6 7 8 91011>>