Home
last modified time | relevance | path

Searched refs:hash_map (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/external/chromium_org/base/containers/
Dsmall_map_unittest.cc20 SmallMap<hash_map<int, int> > m; in TEST()
38 SmallMap<hash_map<int, int> >::iterator iter(m.begin()); in TEST()
69 const SmallMap<hash_map<int, int> >& ref = m; in TEST()
75 SmallMap<hash_map<int, int> > m; in TEST()
80 SmallMap<hash_map<int, int> >::iterator iter(m.begin()); in TEST()
81 SmallMap<hash_map<int, int> >::iterator last(iter++); in TEST()
87 SmallMap<hash_map<int, int> >::const_iterator iter(m.begin()); in TEST()
88 SmallMap<hash_map<int, int> >::const_iterator last(iter++); in TEST()
96 SmallMap<hash_map<int, int> > src; in TEST()
99 SmallMap<hash_map<int, int> > m(src); in TEST()
[all …]
/external/protobuf/m4/
Dstl_hash.m41 # We check two things: where the include file is for hash_map, and
2 # what namespace hash_map lives in within that include file. We
5 # on location, and HASH_NAMESPACE to be the namespace hash_map is
14 [AC_MSG_CHECKING(the location of hash_map)
19 for location in [tr1/unordered_map ext/hash_map hash_map]; do
21 for name in [unordered_map hash_map]; do
28 # implementation and avoid using it. Note that ext/hash_map works
43 AC_DEFINE(HAVE_HASH_MAP, 1, [define if the compiler has hash_map])
46 [the location of <hash_map>])
54 [the namespace of hash_map/hash_set])
[all …]
/external/oprofile/module/
Dop_dname.c30 static struct op_hash_index * hash_map; variable
47 hash_map = rvmalloc(PAGE_ALIGN(OP_HASH_MAP_SIZE)); in oprof_init_hashmap()
48 if (!hash_map) in oprof_init_hashmap()
52 hash_map[i].name = 0; in oprof_init_hashmap()
53 hash_map[i].parent = -1; in oprof_init_hashmap()
56 op_pool_start = (char *)(hash_map + OP_HASH_MAP_NR); in oprof_init_hashmap()
62 hash_map[0].name = alloc_in_pool("/", 1); in oprof_init_hashmap()
63 hash_map[0].parent = 0; in oprof_init_hashmap()
71 rvfree(hash_map, PAGE_ALIGN(OP_HASH_MAP_SIZE)); in oprof_free_hashmap()
100 pos = (ulong)hash_map; in oprof_hash_map_mmap()
[all …]
/external/stlport/stlport/stl/
D_hash_map.h45 class hash_map in _STLP_CREATE_HASH_ITERATOR_TRAITS()
47 : public __stlport_class<hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> > in _STLP_CREATE_HASH_ITERATOR_TRAITS()
51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; in _STLP_CREATE_HASH_ITERATOR_TRAITS()
88 hash_map() : _M_ht(0, hasher(), key_equal(), allocator_type()) {} in _STLP_CREATE_HASH_ITERATOR_TRAITS()
89 explicit hash_map(size_type __n) in _STLP_CREATE_HASH_ITERATOR_TRAITS()
91 hash_map(size_type __n, const hasher& __hf) in _STLP_CREATE_HASH_ITERATOR_TRAITS()
93 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql, in _STLP_CREATE_HASH_ITERATOR_TRAITS()
98 hash_map(__move_source<_Self> src) in _STLP_CREATE_HASH_ITERATOR_TRAITS()
105 hash_map(_InputIterator __f, _InputIterator __l) in _STLP_CREATE_HASH_ITERATOR_TRAITS()
109 hash_map(_InputIterator __f, _InputIterator __l, size_type __n) in _STLP_CREATE_HASH_ITERATOR_TRAITS()
[all …]
/external/libcxx/include/ext/
Dhash_map2 //===-------------------------- hash_map ----------------------------------===//
16 hash_map synopsis
23 class hash_map
43 explicit hash_map(size_type n = 193, const hasher& hf = hasher(),
47 hash_map(InputIterator f, InputIterator l,
51 hash_map(const hash_map&);
52 ~hash_map();
53 hash_map& operator=(const hash_map&);
75 void swap(hash_map&);
97 void swap(hash_map<Key, T, Hash, Pred, Alloc>& x,
[all …]
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
Dhash.h92 class hash_map : public std::map<Key, Data, HashFcn> {
94 hash_map(int = 0) {}
128 class hash_map : public HASH_NAMESPACE::hash_map<
131 hash_map(int = 0) {}
172 class hash_map : public HASH_NAMESPACE::HASH_MAP_CLASS<
175 hash_map(int = 0) {}
/external/clang/test/Modules/
Dsubmodules.cpp24 hash_map<int, float> ints_to_floats; // expected-error{{declaration of 'hash_map' must be imported …
26 @import std.hash_map;
28 hash_map<int, float> ints_to_floats2;
/external/clang/test/SemaCXX/
DPR11358.cpp23 class hash_map { class
30 void MapTest(hash_map<KeyType, ValueType> map) { in MapTest()
31 …for (hash_map<KeyType, ValueType>::const_iterator it = map.begin(); // expected-error{{missing 'ty… in MapTest()
/external/chromium_org/content/child/npapi/
Dnp_channel_base.h176 typedef base::hash_map<int, NPObjectBase*> ListenerMap;
179 typedef base::hash_map<int, NPObject*> ProxyMap;
182 typedef base::hash_map<NPObject*, int> StubMap;
185 typedef base::hash_map<struct _NPP*, int> OwnerToRouteMap;
188 typedef base::hash_map<int, struct _NPP*> RouteToOwnerMap;
/external/chromium_org/third_party/protobuf/
Dconfig.h36 #define HASH_MAP_CLASS hash_map
41 #define HASH_MAP_H <hash_map>
45 #define HASH_MAP_H <ext/hash_map>
/external/chromium_org/content/browser/download/
Dsave_file_manager.h224 typedef base::hash_map<int, SaveFile*> SaveFileMap;
229 typedef base::hash_map<int, SavePackage*> SavePackageMap;
242 typedef base::hash_map<std::string, SavePackage*> StartingRequestsMap;
243 typedef base::hash_map<int, StartingRequestsMap>
/external/libcxx/test/extensions/hash_map/
Dconst_iterator.fail.cpp14 __gnu_cxx::hash_map<int, int> m; in main()
16 const __gnu_cxx::hash_map<int, int> &cm = m; in main()
/external/chromium_org/third_party/cld/base/
Dstl_decl_msvc.h83 class hash_map; variable
95 using msvchash::hash_map;
101 #define hash_map map macro
/external/protobuf/src/google/protobuf/stubs/
Dhash.h92 class hash_map : public std::map<Key, Data, HashFcn> {
124 class hash_map : public HASH_NAMESPACE::hash_map<
164 class hash_map : public HASH_NAMESPACE::HASH_MAP_CLASS<
/external/stlport/src/
Dmessage_facets.h43 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<mess…
80 typedef hash_map<nl_catd_type, messages_base::catalog, hash<nl_catd_type>, equal_to<nl_catd_type>,
/external/chromium_org/chrome/browser/
Dsite_details.h14 typedef base::hash_map<int32, std::set<GURL> > BrowsingInstanceSiteMap;
30 typedef base::hash_map<content::BrowserContext*, SiteData>
Dfont_family_cache.h51 typedef base::hash_map<const char*, base::string16> ScriptFontMap;
55 typedef base::hash_map<const char*, ScriptFontMap> FontFamilyMap;
/external/chromium_org/chrome/renderer/safe_browsing/
Dfeatures.h53 const base::hash_map<std::string, double>& features() const { in features()
66 base::hash_map<std::string, double> features_;
/external/chromium_org/cc/resources/
Dtile_manager.h240 typedef base::hash_map<Tile::Id, Tile*> TileMap;
261 typedef base::hash_map<uint32_t, scoped_refptr<ImageDecodeTask> >
263 typedef base::hash_map<int, PixelRefTaskMap> LayerPixelRefTaskMap;
266 typedef base::hash_map<int, int> LayerCountMap;
/external/clang/test/Modules/Inputs/submodules/
Dmodule.map4 explicit module hash_map { header "hash_map.h" }
/external/chromium_org/ppapi/shared_impl/
Dresource_tracker.h111 typedef base::hash_map<PP_Instance, linked_ptr<InstanceData> > InstanceMap;
124 typedef base::hash_map<PP_Resource, ResourceAndRefCount> ResourceMap;
/external/chromium_org/net/quic/
Dquic_ack_notifier.cc12 using base::hash_map;
71 hash_map<QuicPacketSequenceNumber, PacketInfo>::iterator it = in UpdateSequenceNumber()
/external/chromium_org/components/dom_distiller/core/
Ddom_distiller_model.h61 typedef base::hash_map<KeyType, ArticleEntry> EntryMap;
62 typedef base::hash_map<std::string, KeyType> StringToKeyMap;
/external/chromium_org/net/http/
Ddisk_based_cert_cache.h77 typedef base::hash_map<std::string, ReadWorker*> ReadWorkerMap;
78 typedef base::hash_map<std::string, WriteWorker*> WriteWorkerMap;
/external/chromium_org/tools/gn/
Dscope.h42 typedef base::hash_map<base::StringPiece, Value> KeyValueMap;
326 typedef base::hash_map<base::StringPiece, Record> RecordMap;
332 typedef base::hash_map<std::string, Scope*> NamedScopeMap;

12345678910>>...13