Searched refs:hash_map (Results 1 - 25 of 102) sorted by relevance

12345

/external/clang/test/Modules/Inputs/submodules/
H A Dhash_map.h1 template<typename Key, typename Data> class hash_map { }; class
/external/clang/test/Modules/
H A Dsubmodules.cpp22 // hash_map still isn't available.
23 hash_map<int, float> ints_to_floats; // expected-error{{unknown type name 'hash_map'}} \
26 @import std.hash_map;
28 hash_map<int, float> ints_to_floats2;
/external/protobuf/vsprojects/
H A Dconfig.h4 /* the location of <hash_map> */
5 #define HASH_MAP_H <hash_map>
7 /* the namespace of hash_map/hash_set */
8 // Apparently Microsoft decided to move hash_map *back* to the std namespace
21 /* define if the compiler has hash_map */
/external/chromium/android/ext/
H A Dfake_hash.h4 #include <hash_map>
8 using std::hash_map;
/external/clang/test/SemaCXX/
H A DPR11358.cpp23 class hash_map { class in namespace:test2
30 void MapTest(hash_map<KeyType, ValueType> map) {
31 for (hash_map<KeyType, ValueType>::const_iterator it = map.begin(); // expected-error{{missing 'typename'}}
/external/oprofile/module/
H A Dop_dname.c30 static struct op_hash_index * hash_map; variable in typeref:struct:op_hash_index
47 hash_map = rvmalloc(PAGE_ALIGN(OP_HASH_MAP_SIZE));
48 if (!hash_map)
52 hash_map[i].name = 0;
53 hash_map[i].parent = -1;
56 op_pool_start = (char *)(hash_map + OP_HASH_MAP_NR);
62 hash_map[0].name = alloc_in_pool("/", 1);
63 hash_map[0].parent = 0;
71 rvfree(hash_map, PAGE_ALIGN(OP_HASH_MAP_SIZE));
100 pos = (ulong)hash_map;
[all...]
/external/chromium/base/
H A Dhash_tables.h8 // of hash_map. Allows all platforms to use |base::hash_map| and
11 // base::hash_map<int> my_map;
30 #include <hash_map>
33 using stdext::hash_map;
37 // This is a hack to disable the gcc 4.4 warning about hash_map and hash_set
45 #include <ext/hash_map>
55 using __gnu_cxx::hash_map;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Depsnormalize.h23 #include <ext/hash_map>
24 using __gnu_cxx::hash_map;
/external/chromium/chrome/browser/debugger/
H A Ddevtools_netlog_observer.h75 typedef base::hash_map<uint32, scoped_refptr<ResourceInfo> > RequestToInfoMap;
76 typedef base::hash_map<uint32, int> RequestToEncodedDataLengthMap;
77 typedef base::hash_map<uint32, uint32> HTTPStreamJobToSocketMap;
78 typedef base::hash_map<uint32, uint32> SocketToRequestMap;
H A Dinspectable_tab_proxy.h26 typedef base::hash_map<int32, NavigationController*> ControllersMap;
27 typedef base::hash_map<int32, DevToolsClientHostImpl*> IdToClientHostMap;
/external/chromium/chrome/browser/download/
H A Dsave_file_manager.h227 typedef base::hash_map<int, SaveFile*> SaveFileMap;
234 typedef base::hash_map<int, SavePackage*> SavePackageMap;
247 typedef base::hash_map<std::string, SavePackage*> StartingRequestsMap;
248 typedef base::hash_map<int, StartingRequestsMap> TabToStartingRequestsMap;
/external/chromium/chrome/browser/
H A Dresources_util.cc15 // A wrapper class that holds a hash_map between resource strings and resource
17 // thread safety in initializing the hash_map for us.
20 typedef base::hash_map<std::string, int> StringIntMap;
H A Dcommand_updater.h91 typedef base::hash_map<int, Command*> CommandMap;
/external/chromium/chrome/browser/ui/gtk/
H A Daccelerators_gtk.h40 base::hash_map<int, ui::AcceleratorGtk> primary_accelerators_;
/external/chromium/net/websockets/
H A Dwebsocket_throttle.h51 typedef base::hash_map<std::string, ConnectingQueue*> ConnectingAddressMap;
/external/stlport/src/
H A Dmessage_facets.h23 #include <hash_map>
43 typedef hash_map<nl_catd_type, locale, hash<nl_catd_type>, equal_to<nl_catd_type>,
78 typedef hash_map<messages_base::catalog, nl_catd_type, hash<messages_base::catalog>, equal_to<messages_base::catalog>,
80 typedef hash_map<nl_catd_type, messages_base::catalog, hash<nl_catd_type>, equal_to<nl_catd_type>,
/external/stlport/stlport/stl/
H A D_config_compat_post.h44 # define __hash_map__ hash_map
H A D_hash_map.h45 class hash_map class in inherits:__stlport_class
47 : public __stlport_class<hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> >
51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
88 hash_map() : _M_ht(0, hasher(), key_equal(), allocator_type()) {} function in class:hash_map
89 explicit hash_map(size_type __n) function in class:hash_map
91 hash_map(size_type __n, const hasher& __hf) function in class:hash_map
93 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql, function in class:hash_map
98 hash_map(__move_source<_Self> src) function in class:hash_map
105 hash_map(_InputIterator __f, _InputIterator __l) function in class:hash_map
109 hash_map(_InputIterato function in class:hash_map
113 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map
119 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map
125 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map
132 hash_map(const value_type* __f, const value_type* __l) function in class:hash_map
135 hash_map(const value_type* __f, const value_type* __l, size_type __n) function in class:hash_map
138 hash_map(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_map
142 hash_map(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_map
148 hash_map(const_iterator __f, const_iterator __l) function in class:hash_map
151 hash_map(const_iterator __f, const_iterator __l, size_type __n) function in class:hash_map
154 hash_map(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_map
158 hash_map(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_map
[all...]
/external/chromium/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.h49 typedef base::hash_map<std::string,
84 typedef base::hash_map<std::string, net::HttpTransactionFactory* >
/external/stlport/stlport/
H A Dhash_map35 # error The hash_map and hash_multimap class are STLport extensions.
/external/chromium/chrome/browser/chromeos/
H A Dexternal_metrics.h79 base::hash_map<std::string, RecordFunctionType> action_recorders_;
/external/chromium/chrome/browser/net/
H A Dload_timing_observer.h112 typedef base::hash_map<uint32, URLRequestRecord> URLRequestToRecordMap;
113 typedef base::hash_map<uint32, HTTPStreamJobRecord> HTTPStreamJobToRecordMap;
114 typedef base::hash_map<uint32, ConnectJobRecord> ConnectJobToRecordMap;
115 typedef base::hash_map<uint32, SocketRecord> SocketToRecordMap;
/external/chromium/chrome/browser/parsers/
H A Dmetadata_parser_filebase.h16 typedef base::hash_map<std::string, std::string> PropertyMap;
/external/chromium/chrome/browser/prefs/
H A Dpref_notifier_impl.h40 typedef base::hash_map<std::string, NotificationObserverList*>
/external/protobuf/src/google/protobuf/stubs/
H A Dhash.h33 // Deals with the fact that hash_map is not defined everywhere.
56 // This system doesn't have hash_map or hash_set. Emulate them using map and
92 class hash_map : public std::map<Key, Data, HashFcn> { class in namespace:google::protobuf
124 class hash_map : public HASH_NAMESPACE::hash_map<
164 class hash_map : public HASH_NAMESPACE::HASH_MAP_CLASS<

Completed in 686 milliseconds

12345