/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _hash_map.h | 45 class hash_map in _STLP_CREATE_HASH_ITERATOR_TRAITS() 47 : public __stlport_class<hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> > in _STLP_CREATE_HASH_ITERATOR_TRAITS() 51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; in _STLP_CREATE_HASH_ITERATOR_TRAITS() 88 hash_map() : _M_ht(0, hasher(), key_equal(), allocator_type()) {} in _STLP_CREATE_HASH_ITERATOR_TRAITS() 89 explicit hash_map(size_type __n) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 91 hash_map(size_type __n, const hasher& __hf) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 93 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 98 hash_map(__move_source<_Self> src) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 105 hash_map(_InputIterator __f, _InputIterator __l) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 109 hash_map(_InputIterator __f, _InputIterator __l, size_type __n) in _STLP_CREATE_HASH_ITERATOR_TRAITS() [all …]
|
D | _config_compat_post.h | 44 # define __hash_map__ hash_map
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/extensions/hash_map/ |
D | const_iterator.fail.cpp | 14 __gnu_cxx::hash_map<int, int> m; in main() 16 const __gnu_cxx::hash_map<int, int> &cm = m; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/ |
D | hash_map | 2 //===-------------------------- 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 …]
|
/ndk/sources/cxx-stl/stlport/src/ |
D | message_facets.h | 43 typedef hash_map<nl_catd_type, locale, hash<nl_catd_type>, equal_to<nl_catd_type>, 78 …typedef hash_map<messages_base::catalog, nl_catd_type, hash<messages_base::catalog>, equal_to<mess… 80 typedef hash_map<nl_catd_type, messages_base::catalog, hash<nl_catd_type>, equal_to<nl_catd_type>,
|
D | locale_catalog.cpp | 99 typedef hash_map<string, pair<void*, size_t>, hash<string>, equal_to<string> > Category_Map;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/stdlib/ |
D | libstdcpp3.hpp | 86 # define BOOST_HASH_MAP_HEADER <ext/hash_map> 89 # define BOOST_HASH_MAP_HEADER <backward/hash_map>
|
/ndk/tests/device/test-stlport/unit/ |
D | hash_test.cpp | 79 typedef hash_map<char, crope, hash<char>, equal_to<char> > maptype; in hmap1() 314 typedef hash_map<string, size_t, hash<string>, equal_to<string> > hmap; in insert_erase() 428 hash_map<IncompleteClass, IncompleteClass> hminstances; 429 typedef hash_map<IncompleteClass, IncompleteClass>::iterator hmit;
|
D | mvctor_declaration_test.cpp | 363 CPPUNIT_ASSERT( is_movable(hash_map<char, char>()) ); in movable_declaration_hash()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | hash_test.cpp | 79 typedef hash_map<char, crope, hash<char>, equal_to<char> > maptype; in hmap1() 314 typedef hash_map<string, size_t, hash<string>, equal_to<string> > hmap; in insert_erase() 428 hash_map<IncompleteClass, IncompleteClass> hminstances; 429 typedef hash_map<IncompleteClass, IncompleteClass>::iterator hmit;
|
D | mvctor_declaration_test.cpp | 363 CPPUNIT_ASSERT( is_movable(hash_map<char, char>()) ); in movable_declaration_hash()
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | hash_map | 35 # error The hash_map and hash_multimap class are STLport extensions.
|
/ndk/sources/host-tools/make-3.81/ |
D | hash.h | 73 void hash_map __P((struct hash_table *ht, hash_map_func_t map));
|
D | hash.c | 224 hash_map (struct hash_table *ht, hash_map_func_t map) in hash_map() function
|
D | file.c | 707 hash_map (&files, set_intermediate); in snap_deps() 991 hash_map (&files, print_file); in print_file_data_base()
|
D | variable.c | 571 hash_map (&list->set->table, free_variable_name_and_value); in free_variable_set() 631 hash_map (&set->table, free_variable_name_and_value); in pop_variable_scope()
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0006-Emulate-__has_feature-for-GCC.patch | 66 …k. 4.6 certainly not. Also see usage in libcxx/include/unordered_map,tuple,ext/hash_map,map,memory
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/ |
D | suffix.hpp | 327 # define BOOST_HASH_MAP_HEADER <hash_map>
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-printers_test.cc | 221 using ::std::hash_map; 226 using ::stdext::hash_map; 821 hash_map<int, char> map1; in TEST()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __config | 507 …k. 4.6 certainly not. Also see usage in libcxx/include/unordered_map,tuple,ext/hash_map,map,memory
|
/ndk/docs/text/ |
D | CHANGES.text | 472 sources/cxx-stl/gnu-libstdc++/4.6/include/ext/hash_map:61:30: fatal
|