/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/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_;
|
equivalent.h | 24 #include <ext/hash_map> 25 using __gnu_cxx::hash_map; 165 hash_map<typename Arc::Label, pair<MappedId, MappedId> >
|
/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/android-ndk-r5/sources/cxx-stl/stlport/stlport/ |
hash_map | 35 # error The hash_map and hash_multimap class are STLport extensions.
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/ |
hash_map | 35 # error The hash_map and hash_multimap class are STLport extensions.
|
/prebuilts/ndk/android-ndk-r7/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>;
|
/external/chromium/net/websockets/ |
websocket_throttle.h | 51 typedef base::hash_map<std::string, ConnectingQueue*> ConnectingAddressMap;
|
/external/clang/test/CodeGenCXX/ |
debug-info-use-after-free.cpp | 204 allocator < _Tp > >class hash_map { class in namespace:__gnu_cxx 227 __gnu_cxx::hash_map; 261 hash_map <
|
/external/protobuf/src/google/protobuf/ |
dynamic_message.h | 118 // This struct just contains a hash_map. We can't #include <google/protobuf/stubs/hash.h> from 119 // this header due to hacks needed for hash_map portability in the open source 120 // release. Namely, stubs/hash.h, which defines hash_map portably, is not a
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
sparse_weight_vector.h | 25 #include <hash_map> 35 template<class Key = std::string, class Hash = std::hash_map<Key, double> > 173 // This function in necessary since by default hash_map inserts an element
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility_manager.cc | 80 base::hash_map<int32, BrowserAccessibility*>::iterator iter = 264 base::hash_map<int32, int32>::iterator iter = 312 base::hash_map<int32, int32>::iterator iter =
|
/external/stlport/test/unit/ |
mvctor_declaration_test.cpp | 20 # include <hash_map> 353 // hash_set, hash_multiset, hash_map, hash_multimap: 363 CPPUNIT_ASSERT( is_movable(hash_map<char, char>()) );
|