/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_config_compat_post.h | 44 # define __hash_map__ hash_map
|
/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<
|
map-util.h | 42 // Perform a lookup in a map or hash_map. 57 // Perform a lookup in a map or hash_map. 71 // Perform a lookup in a map or hash_map whose values are pointers. 87 // Change the value associated with a particular key in a map or hash_map. 104 // Insert a new key and value into a map or hash_map.
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
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_;
|
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_;
|
/external/protobuf/ |
config.h.in | 6 /* the location of <hash_map> */ 9 /* the namespace of hash_map/hash_set */ 27 /* define if the compiler has hash_map */
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
stochastic_linear_ranker.cpp | 135 template class StochasticLinearRanker<std::string, std::hash_map<std::string, double> >; 136 template class StochasticLinearRanker<int, std::hash_map<int, double> >; 137 template class StochasticLinearRanker<uint64, std::hash_map<uint64, double> >;
|
/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_protocol_handler.h | 27 typedef base::hash_map< std::string, scoped_refptr<DevToolsRemoteListener> >
|
/external/chromium/chrome/browser/parsers/ |
metadata_parser_filebase.h | 16 typedef base::hash_map<std::string, std::string> PropertyMap;
|
/external/chromium/chrome/browser/prefs/ |
pref_notifier_impl.h | 40 typedef base::hash_map<std::string, NotificationObserverList*>
|
/external/clang/test/Modules/ |
submodules-preprocess.cpp | 49 @__experimental_modules_import std.hash_map;
|
/external/protobuf/android/ |
config.h | 7 /* the location of <hash_map> */ 10 /* the namespace of hash_map/hash_set */ 36 /* define if the compiler has hash_map */ 42 /* define if the compiler has hash_map */
|
/external/stlport/stlport/ |
hash_map | 35 # error The hash_map and hash_multimap class are STLport extensions.
|
/frameworks/base/media/mca/filterfw/native/base/ |
utilities.h | 70 // Perform a lookup in a map or hash_map. 122 // Perform a lookup in a map or hash_map whose values are pointers. 138 // Test to see if a set, map, hash_set or hash_map contains a particular key. 145 // Insert a new key and value into a map or hash_map.
|
/frameworks/base/media/mca/filterpacks/native/base/ |
utilities.h | 70 // Perform a lookup in a map or hash_map. 122 // Perform a lookup in a map or hash_map whose values are pointers. 138 // Test to see if a set, map, hash_set or hash_map contains a particular key. 145 // Insert a new key and value into a map or hash_map.
|
/ndk/sources/cxx-stl/stlport/stlport/ |
hash_map | 35 # error The hash_map and hash_multimap class are STLport extensions.
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/ |
hash_map | 35 # error The hash_map and hash_multimap class are STLport extensions.
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/ |
hash_map | 35 # error The hash_map and hash_multimap class are STLport extensions.
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/ |
hash_map | 35 # error The hash_map and hash_multimap class are STLport extensions.
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/ |
hash_map | 35 # error The hash_map and hash_multimap class are STLport extensions.
|
/external/chromium/chrome/browser/profiles/ |
off_the_record_profile_io_data.h | 49 typedef base::hash_map<std::string, 84 typedef base::hash_map<std::string, net::HttpTransactionFactory* >
|
profile_impl_io_data.h | 54 typedef base::hash_map<std::string, 103 typedef base::hash_map<std::string, net::HttpTransactionFactory* >
|
/external/stlport/test/eh/ |
test_hash_map.cpp | 21 # include <hash_map> 33 template class hash_map<TestClass, TestClass, ThrowHash, ThrowEqual>;
|