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

1234567891011>>

/external/libcxx/test/extensions/hash_map/
H A Dconst_iterator.fail.cpp10 #include <ext/hash_map>
14 __gnu_cxx::hash_map<int, int> m;
16 const __gnu_cxx::hash_map<int, int> &cm = m;
H A DAndroid.mk17 test_makefile := external/libcxx/test/extensions/hash_map/Android.mk
/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.cpp12 // expected-note@Inputs/submodules/hash_map.h:1{{previous}}
23 // hash_map still isn't available.
24 hash_map<int, float> ints_to_floats; // expected-error{{declaration of 'hash_map' must be imported from module 'std.hash_map' before it is required}}
26 @import std.hash_map;
28 hash_map<int, float> ints_to_floats2;
/external/chromium_org/third_party/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/libcxx/test/extensions/hash/
H A Dspecializations.fail.cpp11 #include <ext/hash_map>
/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_org/third_party/protobuf/
H A Dconfig.h32 /* the name of <hash_map> */
36 #define HASH_MAP_CLASS hash_map
39 /* the location of <unordered_map> or <hash_map> */
41 #define HASH_MAP_H <hash_map>
45 #define HASH_MAP_H <ext/hash_map>
48 /* the namespace of hash_map/hash_set */
80 /* define if the compiler has 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/chromium_org/chrome/browser/
H A Dsite_details.h14 typedef base::hash_map<int32, std::set<GURL> > BrowsingInstanceSiteMap;
30 typedef base::hash_map<content::BrowserContext*, SiteData>
H A Dcommand_updater.h78 typedef base::hash_map<int, Command*> CommandMap;
/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_org/chrome/renderer/safe_browsing/
H A Dfeatures.h53 const base::hash_map<std::string, double>& features() const {
66 base::hash_map<std::string, double> features_;
/external/chromium_org/cc/surfaces/
H A Dsurface_resource_holder.h42 typedef base::hash_map<ResourceProvider::ResourceId, ResourceRefs>
H A Dsurface_manager.h41 typedef base::hash_map<SurfaceId, Surface*> SurfaceMap;
/external/chromium_org/content/common/
H A Dcontent_ipc_logging.cc24 base::LazyInstance<base::hash_map<uint32, LogFunction> >::Leaky
/external/chromium_org/base/containers/
H A Dsmall_map_unittest.cc20 SmallMap<hash_map<int, int> > m;
38 SmallMap<hash_map<int, int> >::iterator iter(m.begin());
69 const SmallMap<hash_map<int, int> >& ref = m;
75 SmallMap<hash_map<int, int> > m;
80 SmallMap<hash_map<int, int> >::iterator iter(m.begin());
81 SmallMap<hash_map<int, int> >::iterator last(iter++);
87 SmallMap<hash_map<int, int> >::const_iterator iter(m.begin());
88 SmallMap<hash_map<int, int> >::const_iterator last(iter++);
96 SmallMap<hash_map<int, int> > src;
99 SmallMap<hash_map<in
[all...]
/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/chromium_org/third_party/cld/base/
H A Dstl_decl_msvc.h83 class hash_map;
95 using msvchash::hash_map;
101 #define hash_map map
/external/chromium_org/cc/test/
H A Dfake_ui_resource_layer_tree_host_impl.h31 typedef base::hash_map<UIResourceId, LayerTreeHostImpl::UIResourceData>
H A Dordered_texture_map.h35 typedef base::hash_map<GLuint, scoped_refptr<TestTexture> >
H A Dtest_texture.h29 typedef base::hash_map<GLenum, GLint>
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsubtree_set.h49 typedef base::hash_map<StringType, Node> Subtrees;
/external/chromium_org/content/browser/download/
H A 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/chromium_org/content/common/gpu/
H A Dgpu_memory_buffer_factory_io_surface.h45 typedef base::hash_map<IOSurfaceMapKey, base::ScopedCFTypeRef<IOSurfaceRef>>

Completed in 6151 milliseconds

1234567891011>>