Searched refs:hash_map (Results 276 - 291 of 291) sorted by relevance

<<1112

/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc249 // map instead of hash_map so that files are written in order (good when
609 typedef hash_map<string, MemoryOutputDirectory*> OutputDirectoryMap;
H A Dparser.cc59 typedef hash_map<string, FieldDescriptorProto::Type> TypeNameMap;
/external/stlport/src/
H A Dfacets_byname.cpp20 #include <hash_map>
/external/chromium_org/cc/layers/
H A Dscrollbar_layer_unittest.cc684 typedef base::hash_map<UIResourceId, UIResourceBitmap>
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_impl.cc76 typedef base::hash_map<RenderFrameHostID, RenderFrameHostImpl*>
/external/chromium_org/net/http/
H A Dhttp_response_headers.cc467 typedef base::hash_map<std::string, size_t> HeadersMap;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc59 typedef hash_map<string, FieldDescriptorProto::Type> TypeNameMap;
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp3839 typedef __gnu_cxx::hash_map<int, int> map_t;
6247 typedef __gnu_cxx::hash_map<int, int> map_t;
6434 typedef __gnu_cxx::hash_map<int, int> Container;
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.cc252 typedef base::hash_map<std::string, RenderProcessHost*> SiteToProcessMap;
H A Drender_widget_host_impl.cc93 typedef base::hash_map<RenderWidgetHostID, RenderWidgetHostImpl*>
/external/chromium_org/net/quic/
H A Dquic_connection.cc30 using base::hash_map;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc62 typedef hash_map<pair<const MessageLite*, int>,
/external/protobuf/src/google/protobuf/
H A Dextension_set.cc62 typedef hash_map<pair<const MessageLite*, int>,
/external/chromium_org/cc/resources/
H A Dresource_provider_unittest.cc159 typedef base::hash_map<unsigned, scoped_refptr<TestTexture> > TextureMap;
161 base::hash_map<unsigned, uint32> sync_point_for_mailbox_;
/external/protobuf/
H A Dconfigure15607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the location of hash_map" >&5
15608 $as_echo_n "checking the location of hash_map... " >&6; }
15618 for location in tr1/unordered_map ext/hash_map hash_map; do
15620 for name in unordered_map hash_map; do
15627 # implementation and avoid using it. Note that ext/hash_map works
15690 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: could not find an STL hash_map" >&5
15691 $as_echo "$as_me: WARNING: could not find an STL hash_map" >&2;}
/external/chromium_org/v8/src/
H A Dhydrogen.cc1605 HValue* hash_map = Add<HLoadRoot>(Heap::kHashTableMapRootIndex); local
1607 builder.If<HCompareObjectEqAndBranch>(properties_map, hash_map);

Completed in 1757 milliseconds

<<1112