HomeSort by relevance Sort by last modified time
    Searched refs:hash_map (Results 1 - 25 of 335) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/build/issue53404-backward-compatibility/jni/
issue53404-backward-compatibility.cpp 1 #include <ext/hash_map>
  /external/libcxx/test/extensions/hash_map/
const_iterator.fail.cpp 10 #include <ext/hash_map>
14 __gnu_cxx::hash_map<int, int> m;
16 const __gnu_cxx::hash_map<int, int> &cm = m;
Android.mk 17 test_makefile := external/libcxx/test/extensions/hash_map/Android.mk
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/extensions/hash_map/
const_iterator.fail.cpp 10 #include <ext/hash_map>
14 __gnu_cxx::hash_map<int, int> m;
16 const __gnu_cxx::hash_map<int, int> &cm = m;
  /external/clang/test/Modules/Inputs/submodules/
hash_map.h 1 template<typename Key, typename Data> class hash_map { }; class
  /external/clang/test/Modules/
submodules.cpp 12 // 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/
config.h 4 /* 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/
specializations.fail.cpp 11 #include <ext/hash_map>
  /external/protobuf/vsprojects/
config.h 4 /* 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 */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/extensions/hash/
specializations.fail.cpp 11 #include <ext/hash_map>
  /external/chromium_org/third_party/protobuf/
config.h 32 /* 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/
PR11358.cpp 23 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/
site_details.h 14 typedef base::hash_map<int32, std::set<GURL> > BrowsingInstanceSiteMap;
30 typedef base::hash_map<content::BrowserContext*, SiteData>
font_family_cache.h 51 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/
features.h 53 const base::hash_map<std::string, double>& features() const {
66 base::hash_map<std::string, double> features_;
  /external/oprofile/module/
op_dname.c 30 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/cc/surfaces/
surface_resource_holder.h 42 typedef base::hash_map<ResourceProvider::ResourceId, ResourceRefs>
  /external/chromium_org/content/common/
content_ipc_logging.cc 24 base::LazyInstance<base::hash_map<uint32, LogFunction> >::Leaky
  /external/chromium_org/content/common/gpu/
gpu_memory_buffer_factory_x11_pixmap.h 39 typedef base::hash_map<X11PixmapMapKey, XID> X11PixmapMap;
  /external/chromium_org/gpu/command_buffer/service/
id_manager.h 41 typedef base::hash_map<GLuint, GLuint> MapType;
image_manager.h 32 typedef base::hash_map<int32, scoped_refptr<gfx::GLImage> > GLImageMap;
  /external/chromium_org/mojo/system/
mapping_table.h 52 typedef base::hash_map<uintptr_t, embedder::PlatformSharedBufferMapping*>
  /external/stlport/src/
message_facets.h 23 #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>,
  /ndk/sources/cxx-stl/stlport/src/
message_facets.h 23 #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/chromium_org/third_party/cld/base/
stl_decl_msvc.h 83 class hash_map;
95 using msvchash::hash_map;
101 #define hash_map map

Completed in 394 milliseconds

1 2 3 4 5 6 7 8 91011>>