Searched defs:hash_map (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/Modules/Inputs/submodules/
H A Dhash_map.h1 template<typename Key, typename Data> class hash_map { }; class
/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/chromium_org/third_party/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
94 hash_map(int = 0) {} function in class:google::protobuf::hash_map
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/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<
/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/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp205 allocator < _Tp > >class hash_map { class in namespace:__gnu_cxx
228 __gnu_cxx::hash_map;
262 hash_map <
/external/stlport/stlport/stl/
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_org/v8/src/
H A Dhydrogen.cc1605 HValue* hash_map = Add<HLoadRoot>(Heap::kHashTableMapRootIndex); local
1607 builder.If<HCompareObjectEqAndBranch>(properties_map, hash_map);

Completed in 196 milliseconds