HomeSort by relevance Sort by last modified time
    Searched defs:unordered_map (Results 1 - 2 of 2) sorted by null

  /external/stlport/stlport/stl/
_unordered_map.h 37 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...]
  /ndk/sources/android/stlport/stlport/stl/
_unordered_map.h 37 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 177 milliseconds