/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/base/ |
hash_tables.h | 8 // of hash_map. Allows all platforms to use |base::hash_map| and 11 // base::hash_map<int> my_map; 29 #include <hash_map> 32 using stdext::hash_map; 36 // This is a hack to disable the gcc 4.4 warning about hash_map and hash_set 44 #include <ext/hash_map> 54 using __gnu_cxx::hash_map;
|
stats_table.h | 173 typedef base::hash_map<std::string, int> CountersMap;
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
epsnormalize.h | 23 #include <ext/hash_map> 24 using __gnu_cxx::hash_map;
|
symbol-table.h | 22 #include <ext/hash_map> 23 using __gnu_cxx::hash_map; 73 hash_map<int64, string>::const_iterator it = 92 hash_map<string, int64>::const_iterator it = 129 hash_map<int64, string> key_map_; 130 hash_map<string, int64> symbol_map_;
|
relabel.h | 22 #include <ext/hash_map> 23 using __gnu_cxx::hash_map; 52 hash_map<Label, Label> input_map; 57 hash_map<Label, Label> output_map; 71 typename hash_map<Label, Label>::iterator it = 280 typename hash_map<Label, Label>::iterator it = 287 typename hash_map<Label, Label>::iterator it = 301 hash_map<Label, Label> input_map_; 302 hash_map<Label, Label> output_map_;
|
symbol-table.cpp | 83 hash_map<string, int64>::const_iterator it = 137 hash_map<string, int64>::const_iterator it = symbol_map_.find(symbol);
|
equivalent.h | 24 #include <ext/hash_map> 25 using __gnu_cxx::hash_map; 165 hash_map<typename Arc::Label, pair<MappedId, MappedId> >
|
/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/stlport/stlport/stl/ |
_config_compat_post.h | 44 # define __hash_map__ hash_map
|
_hash_map.h | 45 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(_InputIterator __f, _InputIterator __l, size_type __n 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...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_config_compat_post.h | 44 # define __hash_map__ hash_map
|
_hash_map.h | 45 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(_InputIterator __f, _InputIterator __l, size_type __n 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/stlport/stlport/ |
hash_map | 35 # error The hash_map and hash_multimap class are STLport extensions.
|
/ndk/sources/cxx-stl/stlport/stlport/ |
hash_map | 35 # error The hash_map and hash_multimap class are STLport extensions.
|
/external/chromium/net/url_request/ |
url_request_filter.h | 36 typedef base::hash_map<std::string, URLRequest::ProtocolFactory*>
|
/external/chromium/net/websockets/ |
websocket_throttle.h | 37 typedef base::hash_map<std::string, ConnectingQueue*> ConnectingAddressMap;
|
/external/protobuf/src/google/protobuf/stubs/ |
hash.h | 33 // 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/chromium/net/http/ |
http_cache.h | 173 typedef base::hash_map<std::string, ActiveEntry*> ActiveEntriesMap; 174 typedef base::hash_map<std::string, NewEntry*> NewEntriesMap; 302 typedef base::hash_map<std::string, int> PlaybackCacheMap;
|
http_transaction_unittest.cc | 107 typedef base::hash_map<std::string, const MockTransaction*>
|
/external/chromium/net/socket_stream/ |
socket_stream_throttle.cc | 35 typedef base::hash_map<std::string, SocketStreamThrottle*> ThrottleMap;
|
/external/chromium/net/disk_cache/ |
mem_backend_impl.h | 90 typedef base::hash_map<std::string, MemEntryImpl*> EntryMap;
|
/external/stlport/test/unit/ |
hash_test.cpp | 11 # include <hash_map> 79 typedef hash_map<char, crope, hash<char>, equal_to<char> > maptype; 314 typedef hash_map<string, size_t, hash<string>, equal_to<string> > hmap; 428 hash_map<IncompleteClass, IncompleteClass> hminstances; 429 typedef hash_map<IncompleteClass, IncompleteClass>::iterator hmit;
|