Searched refs:hash_map (Results 51 - 75 of 102) sorted by relevance

12345

/external/protobuf/src/google/protobuf/
H A Dmessage.cc209 hash_map<const char*, RegistrationFunc*,
214 hash_map<const Descriptor*, const Message*> type_map_;
/external/stlport/test/unit/
H A Dmvctor_declaration_test.cpp20 # include <hash_map>
353 // hash_set, hash_multiset, hash_map, hash_multimap:
363 CPPUNIT_ASSERT( is_movable(hash_map<char, char>()) );
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreplace.h23 #include <ext/hash_map>
24 using __gnu_cxx::hash_map;
78 typedef hash_map<Label, Label> NonTerminalHash;
382 typedef hash_map<StateTuple, StateId, StateTupleKey, StateTupleEqual>
454 typedef hash_map<StackPrefix, int, StackPrefixKey, StackPrefixEqual>
H A Dfactor-weight.h25 #include <ext/hash_map>
26 using __gnu_cxx::hash_map;
313 typedef hash_map<Element, StateId, ElementKey, ElementEqual> ElementMap;
H A Drmepsilon.h23 #include <ext/hash_map>
24 using __gnu_cxx::hash_map;
112 typedef hash_map<Element, pair<StateId, ssize_t>,
H A Dsynchronize.h25 #include <ext/hash_map>
26 using __gnu_cxx::hash_map;
290 typedef hash_map<Element, StateId, ElementKey, ElementEqual> ElementMap;
/external/chromium/base/
H A Did_map.h38 typedef base::hash_map<KeyType, T*> HashTable;
H A Dpath_service.cc33 typedef base::hash_map<int, FilePath> PathMap;
/external/chromium/chrome/browser/net/websocket_experiment/
H A Dwebsocket_experiment_task.cc96 static base::hash_map<std::string, Histogram*>* g_histogram_table;
137 g_histogram_table = new base::hash_map<std::string, Histogram*>;
168 base::hash_map<std::string, Histogram*>::iterator found =
188 base::hash_map<std::string, Histogram*>::iterator found =
/external/chromium/net/disk_cache/
H A Dmem_entry_impl.h117 typedef base::hash_map<int, MemEntryImpl*> EntryMap;
H A Dbackend_impl.h268 typedef base::hash_map<CacheAddr, EntryImpl*> EntriesMap;
/external/stlport/src/
H A Ddll_main.cpp47 #include <hash_map>
H A Dlocale_catalog.cpp20 #include <hash_map>
99 typedef hash_map<string, pair<void*, size_t>, hash<string>, equal_to<string> > Category_Map;
/external/chromium/net/tools/flip_server/
H A Depoll_server.h11 #include <ext/hash_map> // it is annoying that gcc does this. oh well.
938 typedef __gnu_cxx::hash_map<int, Events> EventCountsMap;
/external/srec/tools/grxmlcompile/
H A Dfst-io.h321 typename hash_map<StateId, StateId>::const_iterator it = states_.find(n);
356 hash_map<StateId, StateId> states_; // state ID map
/external/chromium/chrome/browser/download/
H A Ddownload_manager.h360 typedef base::hash_map<int64, DownloadItem*> DownloadMap;
/external/chromium/chrome/browser/net/
H A Dpassive_log_collector.h153 typedef base::hash_map<uint32, SourceInfo> SourceIDToInfoMap;
/external/chromium/chrome/browser/safe_browsing/
H A Dprotocol_manager.h35 // Allows us to use URLFetchers in a hash_map with gcc (MSVC is okay without
347 typedef base::hash_map<const URLFetcher*,
H A Dsafe_browsing_service.h271 typedef base::hash_map<SBPrefix, GetHashRequestors> GetHashRequests;
H A Dsafe_browsing_service_browsertest.cc126 base::hash_map<std::string, Hits>::const_iterator
147 base::hash_map<std::string, Hits> badurls_;
193 // We return a result from the prefilled full_hashes_ hash_map to simulate
/external/chromium/chrome/browser/ui/gtk/
H A Daccelerators_gtk.cc202 base::hash_map<int, ui::AcceleratorGtk>::const_iterator iter =
/external/chromium/webkit/glue/
H A Ddom_serializer_unittest.cc194 typedef base::hash_map<std::string, std::string> SerializedFrameContentMap;
197 typedef base::hash_map<std::string, bool> SerializationFinishStatusMap;
/external/chromium/base/files/
H A Dfile_path_watcher_linux.cc66 base::hash_map<Watch, WatcherSet> watchers_;
/external/chromium/chrome/browser/chromeos/cros/
H A Dcryptohome_library.cc246 typedef base::hash_map<int, Delegate*> CallbackMap;
/external/chromium/chrome/browser/extensions/
H A Dkey_identifier_conversion_views.cc286 typedef base::hash_map<std::string, const views::KeyEvent*> IdentifierMap;

Completed in 646 milliseconds

12345