Searched defs:unordered_set (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/tsan/
H A Dts_util.h126 #define unordered_set __gnu_cxx::hash_set macro
129 #include "tr1/unordered_set"
131 using STD::tr1::unordered_set;
149 #include "unordered_set"
151 using STD::tr1::unordered_set;
168 //#include <unordered_set>
170 //using std::tr1::unordered_set;
174 #define unordered_set stdext::hash_set
/external/stlport/stlport/stl/
H A D_unordered_set.h37 class unordered_set class in inherits:__stlport_class
39 : public __stlport_class<unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> >
42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
77 explicit unordered_set(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_set
83 unordered_set(__move_source<_Self> src) function in class:unordered_set
89 unordered_set(_InputIterator __f, _InputIterator __l, function in class:unordered_set
96 unordered_set(const value_type* __f, const value_type* __l, function in class:unordered_set
103 unordered_set(const_iterator __f, const_iterator __l, function in class:unordered_set
328 #define _STLP_TEMPLATE_CONTAINER unordered_set<_Value,_HashFcn,_EqualKey,_Alloc>
341 // Specialization of insert_iterator so that it will work for unordered_set
[all...]

Completed in 248 milliseconds