HomeSort by relevance Sort by last modified time
    Searched defs:unordered_map (Results 1 - 5 of 5) 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...]
  /external/valgrind/tsan/
ts_util.h 114 // Apple's unordered_map in gcc 4.0 does not support -fno-exceptions.
117 #define unordered_map __gnu_cxx::hash_map macro
120 #include "tr1/unordered_map"
122 using std::tr1::unordered_map;
139 #include "unordered_map"
141 using std::tr1::unordered_map;
157 //#include <unordered_map>
159 //using std::tr1::unordered_map;
163 #define unordered_map stdext::hash_map
  /ndk/sources/cxx-stl/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...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/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...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/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 1072 milliseconds