Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_hash_map.h45 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.h44 # define __hash_map__ hash_map
/ndk/sources/cxx-stl/stlport/src/
Dmessage_facets.h43 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>,
Dlocale_catalog.cpp99 typedef hash_map<string, pair<void*, size_t>, hash<string>, equal_to<string> > Category_Map;
/ndk/tests/device/test-gnustl-full/unit/
Dhash_test.cpp79 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;
Dmvctor_declaration_test.cpp363 CPPUNIT_ASSERT( is_movable(hash_map<char, char>()) ); in movable_declaration_hash()
/ndk/tests/device/test-stlport/unit/
Dhash_test.cpp79 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;
Dmvctor_declaration_test.cpp363 CPPUNIT_ASSERT( is_movable(hash_map<char, char>()) ); in movable_declaration_hash()
/ndk/sources/cxx-stl/stlport/stlport/
Dhash_map35 # error The hash_map and hash_multimap class are STLport extensions.
/ndk/sources/host-tools/make-3.81/
Dhash.h73 void hash_map __P((struct hash_table *ht, hash_map_func_t map));
Dhash.c224 hash_map (struct hash_table *ht, hash_map_func_t map) in hash_map() function
Dfile.c707 hash_map (&files, set_intermediate); in snap_deps()
991 hash_map (&files, print_file); in print_file_data_base()
Dvariable.c571 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()