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

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_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/chromium_org/base/prefs/
pref_notifier_impl.h 51 typedef base::hash_map<std::string, PrefObserverList*> PrefObserverMap;
  /external/chromium_org/cc/layers/
delegated_frame_resource_collection.h 58 typedef base::hash_map<unsigned, RefCount> ResourceIdRefCountMap;
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_test_impl.h 47 typedef base::hash_map<NetworkId, CaptivePortalState> CaptivePortalStateMap;
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_path_filter.h 39 typedef base::hash_map<base::FilePath::StringType, int> MediaFileExtensionMap;
  /external/chromium_org/chrome/browser/predictors/
logged_in_predictor_table.h 28 typedef base::hash_map<std::string, int64> LoggedInStateMap;
  /external/chromium_org/chrome/browser/
resources_util.cc 20 // A wrapper class that holds a hash_map between resource strings and resource
22 // thread safety in initializing the hash_map for us.
25 typedef base::hash_map<std::string, int> StringIntMap;
  /external/chromium_org/chrome/renderer/
tts_dispatcher.h 73 base::hash_map<int, blink::WebSpeechSynthesisUtterance> utterance_id_map_;
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_win.h 75 base::hash_map<long, int32> unique_id_to_ax_id_map_;
  /external/chromium_org/content/browser/
browsing_instance.h 102 typedef base::hash_map<std::string, SiteInstance*> SiteInstanceMap;
  /external/chromium_org/content/browser/manifest/
manifest_manager_host.h 51 typedef base::hash_map<RenderFrameHost*, CallbackMap*> FrameCallbackMap;
  /external/chromium_org/content/renderer/npapi/
plugin_channel_host.h 63 typedef base::hash_map<int, IPC::Listener*> ProxyMap;
  /external/chromium_org/gpu/command_buffer/service/
transfer_buffer_manager.h 44 typedef base::hash_map<int32, scoped_refptr<Buffer> > BufferMap;
framebuffer_manager.h 194 typedef base::hash_map<GLenum, scoped_refptr<Attachment> > AttachmentMap;
199 typedef base::hash_map<std::string, bool> FramebufferComboCompleteMap;
290 typedef base::hash_map<GLuint, scoped_refptr<Framebuffer> >
  /external/chromium_org/mojo/examples/surfaces_app/
child_gl_impl.h 66 base::hash_map<uint32_t, GLuint> id_to_tex_map_;
  /external/chromium_org/net/cert/
crl_set.h 94 base::hash_map<std::string, size_t> crls_index_by_issuer_;
  /external/chromium_org/net/quic/
quic_ack_notifier.h 84 base::hash_map<QuicPacketSequenceNumber, PacketInfo> sequence_numbers_;
quic_session.h 212 typedef base::hash_map<QuicStreamId, QuicDataStream*> DataStreamMap;
244 base::hash_map<QuicStreamId, QuicDataStream*>* streams() {
248 const base::hash_map<QuicStreamId, QuicDataStream*>* streams() const {
  /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_org/content/browser/appcache/
appcache_working_set.h 58 typedef base::hash_map<int64, AppCache*> CacheMap;
60 typedef base::hash_map<int64, AppCacheResponseInfo*> ResponseInfoMap;
  /external/chromium_org/content/common/
host_shared_bitmap_manager.h 75 typedef base::hash_map<cc::SharedBitmapId, scoped_refptr<BitmapData> >
79 typedef base::hash_map<base::ProcessHandle,
  /art/runtime/base/
hash_set_test.cc 25 #include "hash_map.h"
212 HashMap<std::string, int, IsEmptyStringPair> hash_map; local
213 hash_map.Insert(std::make_pair(std::string("abcd"), 123));
214 hash_map.Insert(std::make_pair(std::string("abcd"), 124));
215 hash_map.Insert(std::make_pair(std::string("bags"), 444));
216 auto it = hash_map.Find(std::string("abcd"));
218 hash_map.Erase(it);
219 it = hash_map.Find(std::string("abcd"));
  /external/chromium_org/v8/src/third_party/vtune/
vtune-jit.cc 61 #include <hash_map>
64 // To avoid GCC 4.4 compilation warning about hash_map being deprecated.
68 #include <hash_map>
71 #include <ext/hash_map>
130 typedef hash_map<void*, void*> JitInfoMap;
132 typedef hash_map<void*, void*, HashForCodeObject, SameCodeObjects> JitInfoMap;
  /external/chromium_org/base/task/
cancelable_task_tracker.cc 21 using base::hash_map;
145 hash_map<TaskId, CancellationFlag*>::const_iterator it = task_flags_.find(id);
161 for (hash_map<TaskId, CancellationFlag*>::const_iterator it =

Completed in 983 milliseconds

1 2 34 5 6 7 8 91011>>