Searched refs:hash_map (Results 1 – 13 of 13) sorted by relevance
/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/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/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/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/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()
|