Searched refs:hash_multiset (Results 1 - 9 of 9) sorted by relevance

/external/stlport/stlport/stl/
H A D_config_compat_post.h47 # define __hash_multiset__ hash_multiset
H A D_hash_set.h231 class hash_multiset class in inherits:__stlport_class
233 : public __stlport_class<hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc> >
236 typedef hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
269 hash_multiset() function in class:hash_multiset
271 explicit hash_multiset(size_type __n) function in class:hash_multiset
273 hash_multiset(size_type __n, const hasher& __hf) function in class:hash_multiset
275 hash_multiset(size_type __n, const hasher& __hf, const key_equal& __eql) function in class:hash_multiset
277 hash_multiset(size_type __n, const hasher& __hf, const key_equal& __eql, function in class:hash_multiset
282 hash_multiset(__move_source<_Self> src) function in class:hash_multiset
288 hash_multiset(_InputIterato function in class:hash_multiset
292 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n) function in class:hash_multiset
296 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_multiset
302 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_multiset
309 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_multiset
315 hash_multiset(const value_type* __f, const value_type* __l) function in class:hash_multiset
318 hash_multiset(const value_type* __f, const value_type* __l, size_type __n) function in class:hash_multiset
321 hash_multiset(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_multiset
325 hash_multiset(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_multiset
331 hash_multiset(const_iterator __f, const_iterator __l) function in class:hash_multiset
334 hash_multiset(const_iterator __f, const_iterator __l, size_type __n) function in class:hash_multiset
337 hash_multiset(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_multiset
341 hash_multiset(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_multiset
[all...]
/external/stlport/stlport/
H A Dhash_set35 # error The hash_set and hash_multiset class are STLport extensions.
/external/chromium_org/third_party/cld/base/
H A Dstl_decl_msvc.h87 class hash_multiset;
98 using msvchash::hash_multiset;
/external/stlport/test/unit/
H A Dhash_test.cpp50 typedef hash_multiset<char, hash<char>, equal_to<char> > hmset;
425 hash_multiset<IncompleteClass> hsminstances;
426 typedef hash_multiset<IncompleteClass>::iterator hsmit;
H A Dmvctor_declaration_test.cpp353 // hash_set, hash_multiset, hash_map, hash_multimap:
362 CPPUNIT_ASSERT( is_movable(hash_multiset<char>()) );
/external/chromium_org/base/containers/
H A Dhash_tables.h119 using BASE_HASH_NAMESPACE::hash_multiset;
/external/chromium_org/testing/gtest/test/
H A Dgtest-printers_test.cc220 using ::std::hash_multiset;
225 using ::stdext::hash_multiset;
845 hash_multiset<int> set1(a, a + kSize);
847 // Elements of hash_multiset can be printed in any order.
/external/gtest/test/
H A Dgtest-printers_test.cc224 using ::std::hash_multiset;
229 using ::stdext::hash_multiset;
851 hash_multiset<int> set1(a, a + kSize);
853 // Elements of hash_multiset can be printed in any order.

Completed in 1585 milliseconds