/ndk/tests/build/issue53404-backward-compatibility/jni/ |
issue53404-backward-compatibility.cpp | 1 #include <ext/hash_map>
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
hash_map_compat.h | 23 #include <ext/hash_map> 25 #include <hash_map> 29 #define hash_map_compat stlport::hash_map 31 #define hash_map_compat __gnu_cxx::hash_map
|
/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 | 22 // 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/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/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/chromium/android/ext/ |
fake_hash.h | 4 #include <hash_map> 8 using std::hash_map;
|
/external/chromium_org/third_party/protobuf/ |
config.h | 5 #define HASH_MAP_CLASS hash_map 7 /* the location of <hash_map> */ 9 #define HASH_MAP_H <hash_map> 11 #define HASH_MAP_H <ext/hash_map> 14 /* the namespace of hash_map/hash_set */ 40 /* 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>
|
/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/base/ |
hash_tables.h | 8 // 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/chromium_org/content/browser/devtools/ |
devtools_netlog_observer.h | 56 typedef base::hash_map<uint32, scoped_refptr<ResourceInfo> > RequestToInfoMap; 57 typedef base::hash_map<uint32, int> RequestToEncodedDataLengthMap; 58 typedef base::hash_map<uint32, uint32> HTTPStreamJobToSocketMap; 59 typedef base::hash_map<uint32, uint32> SocketToRequestMap;
|
/external/chromium/chrome/browser/debugger/ |
inspectable_tab_proxy.h | 26 typedef base::hash_map<int32, NavigationController*> ControllersMap; 27 typedef base::hash_map<int32, DevToolsClientHostImpl*> IdToClientHostMap;
|
devtools_netlog_observer.h | 75 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;
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
epsnormalize.h | 23 #include <ext/hash_map> 24 using __gnu_cxx::hash_map;
|
/external/chromium/net/websockets/ |
websocket_throttle.h | 51 typedef base::hash_map<std::string, ConnectingQueue*> ConnectingAddressMap;
|
/external/chromium_org/cc/test/ |
fake_ui_resource_layer_tree_host_impl.h | 30 typedef base::hash_map<UIResourceId, LayerTreeHostImpl::UIResourceData>
|
/external/chromium_org/content/common/ |
content_ipc_logging.cc | 24 base::LazyInstance<base::hash_map<uint32, LogFunction> >::Leaky
|
/external/chromium_org/gpu/command_buffer/service/ |
id_manager.h | 41 typedef base::hash_map<GLuint, GLuint> MapType;
|
/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
|
/external/chromium_org/base/containers/ |
small_map_unittest.cc | 20 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<int, int> > m(src) [all...] |