Home
last modified time | relevance | path

Searched refs:hash_map (Results 1 – 25 of 51) sorted by relevance

123

/external/protobuf/m4/
Dstl_hash.m42 # unordered_map/hash_map (we prefer the first form), and what
3 # namespace unordered/hash_map lives in within that include file. We
7 # hash_map) is in. We define HAVE_UNORDERED_MAP if the class we found
13 AC_MSG_CHECKING(the location of hash_map)
39 # Now try hash_map
40 for location in ext/hash_map hash_map; do
44 [${namespace}::hash_map<int, int> t],
47 ac_cv_cxx_hash_map_class="hash_map";])
54 AC_DEFINE(HAVE_HASH_MAP, 1, [define if the compiler has hash_map])
57 [the location of <unordered_map> or <hash_map>])
[all …]
/external/libcxx/include/ext/
Dhash_map2 //===-------------------------- hash_map ----------------------------------===//
16 hash_map synopsis
23 class hash_map
43 explicit hash_map(size_type n = 193, const hasher& hf = hasher(),
47 hash_map(InputIterator f, InputIterator l,
51 hash_map(const hash_map&);
52 ~hash_map();
53 hash_map& operator=(const hash_map&);
75 void swap(hash_map&);
97 void swap(hash_map<Key, T, Hash, Pred, Alloc>& x,
[all …]
/external/protobuf/src/google/protobuf/stubs/
Dhash.h92 class hash_map : public std::map<Key, Data, HashFcn> {
94 hash_map(int = 0) {}
128 class hash_map : public HASH_NAMESPACE::hash_map<
131 hash_map(int = 0) {}
172 class hash_map : public HASH_NAMESPACE::HASH_MAP_CLASS<
175 hash_map(int = 0) {}
/external/clang/test/Modules/
Dsubmodules.cpp24 hash_map<int, float> ints_to_floats; // expected-error{{declaration of 'hash_map' must be imported …
26 @import std.hash_map;
28 hash_map<int, float> ints_to_floats2;
Dsubmodules-preprocess.cpp49 @import std.hash_map;
/external/clang/test/SemaCXX/
DPR11358.cpp23 class hash_map { class
30 void MapTest(hash_map<KeyType, ValueType> map) { in MapTest()
31 …for (hash_map<KeyType, ValueType>::const_iterator it = map.begin(); // expected-error{{missing 'ty… in MapTest()
/external/libcxx/test/std/extensions/hash_map/
Dconst_iterator.fail.cpp14 __gnu_cxx::hash_map<int, int> m; in main()
16 const __gnu_cxx::hash_map<int, int> &cm = m; in main()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactor_op_queue.hpp41 typedef typename hash_map<key_type, mapped_type>::value_type value_type;
42 typedef typename hash_map<key_type, mapped_type>::iterator iterator;
157 hash_map<key_type, mapped_type> operations_;
Dhash_map.hpp41 class hash_map class
55 hash_map() in hash_map() function in asio::detail::hash_map
63 ~hash_map() in ~hash_map()
/external/libchrome/base/trace_event/
Dtrace_log.h444 base::hash_map<int, std::string> process_labels_;
446 base::hash_map<int, int> thread_sort_indices_;
447 base::hash_map<int, std::string> thread_names_;
450 base::hash_map<int, std::stack<TimeTicks>> thread_event_start_times_;
451 base::hash_map<std::string, int> thread_colors_;
Dprocess_memory_dump.h55 SmallMap<hash_map<std::string, MemoryAllocatorDump*>>;
58 SmallMap<hash_map<std::string, scoped_refptr<TracedValue>>>;
Dtrace_event_memory_overhead.h63 using map_type = SmallMap<hash_map<const char*, ObjectCountAndSize>, 16>;
/external/clang/test/Modules/Inputs/submodules/
Dmodule.map4 explicit module hash_map { header "hash_map.h" }
Dhash_map.h1 template<typename Key, typename Data> class hash_map { };
/external/google-breakpad/src/client/mac/handler/testcases/testdata/
Ddump_syms_i386_breakpad.sym24 FILE 23 /Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/4.0.0/ext/hash_map
43 FILE 42 /Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/4.0.0/ext/hash_map
967hash_map<std::string, std::pair<char const*, unsigned long long>, __gnu_cxx::hash<std::string>, st…
1177hash_map<std::string, std::pair<char const*, unsigned long long>, __gnu_cxx::hash<std::string>, st…
1306hash_map<std::string, std::pair<char const*, unsigned long long>, __gnu_cxx::hash<std::string>, st…
1352hash_map<std::string, std::pair<char const*, unsigned long long>, __gnu_cxx::hash<std::string>, st…
1359hash_map<std::string, std::pair<char const*, unsigned long long>, __gnu_cxx::hash<std::string>, st…
1476hash_map<std::string, std::pair<char const*, unsigned long long>, __gnu_cxx::hash<std::string>, st…
1481hash_map<std::string, std::pair<char const*, unsigned long long>, __gnu_cxx::hash<std::string>, st…
1484hash_map<std::string, std::pair<char const*, unsigned long long>, __gnu_cxx::hash<std::string>, st…
[all …]
/external/libchrome/base/task/
Dcancelable_task_tracker.cc24 using base::hash_map;
148 hash_map<TaskId, CancellationFlag*>::const_iterator it = task_flags_.find(id); in TryCancel()
164 for (hash_map<TaskId, CancellationFlag*>::const_iterator it = in TryCancelAll()
Dcancelable_task_tracker.h130 base::hash_map<TaskId, base::CancellationFlag*> task_flags_;
/external/protobuf/
Dconfig.h.in3 /* the name of <hash_map> */
6 /* the location of <unordered_map> or <hash_map> */
9 /* the namespace of hash_map/hash_set */
27 /* define if the compiler has hash_map */
/external/llvm/test/CodeGen/X86/
D2012-11-30-misched-dbg.ll99 %"class.__gnu_cxx::hash_map" = type { %"class.__gnu_cxx::hashtable" }
104 %X = alloca %"class.__gnu_cxx::hash_map", align 8
111 …call void @llvm.dbg.declare(metadata %"class.__gnu_cxx::hash_map"* %X, metadata !31, metadata !DIE…
112 …ents.i.i.i.i = getelementptr inbounds %"class.__gnu_cxx::hash_map", %"class.__gnu_cxx::hash_map"* …
/external/clang/test/CodeGenCXX/
Ddebug-info-use-after-free.cpp205 allocator < _Tp > >class hash_map { class
228 __gnu_cxx::hash_map;
262 hash_map <
/external/libchrome/base/containers/
Dhash_tables.h138 using hash_map = std::unordered_map<Key, T, Hash, Pred, Alloc>;
166 using hash_map = BASE_HASH_IMPL_NAMESPACE::hash_map<Key, T, Hash, Pred, Alloc>;
/external/protobuf/vsprojects/
Dconfig.h5 #define HASH_MAP_H <hash_map>
/external/v8/src/third_party/vtune/
Dvtune-jit.cc130 typedef hash_map<void*, void*> JitInfoMap;
132 typedef hash_map<void*, void*, HashForCodeObject, SameCodeObjects> JitInfoMap;
/external/google-breakpad/src/common/
Dunordered.h45 struct unordered_map : public hash_map<T, U, H> {};
/external/protobuf/src/google/protobuf/
Dmessage.cc248 hash_map<const char*, RegistrationFunc*,
253 hash_map<const Descriptor*, const Message*> type_map_;

123