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

/external/clang/test/SemaTemplate/
H A Ddefault-expr-arguments.cpp312 struct unordered_map { struct in namespace:PR13758
313 explicit unordered_map(int n = 42);
314 unordered_map(move_from<K> other);
318 new unordered_map<void>();
319 new unordered_map<void>;
/external/stlport/stlport/stl/
H A D_unordered_map.h37 class unordered_map class in inherits:__stlport_class
39 : public __stlport_class<unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> >
43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
83 explicit unordered_map(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_map
89 unordered_map(__move_source<_Self> src) function in class:unordered_map
95 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
102 unordered_map(const value_type* __f, const value_type* __l, function in class:unordered_map
109 unordered_map(const_iterator __f, const_iterator __l, function in class:unordered_map
190 #if defined (__DMC__) // disable operator==(pair<x,unordered_map>, pair<x,unordered_map>)
[all...]

Completed in 2582 milliseconds