/external/protobuf/android/ |
config.h | 5 #define HASH_MAP_CLASS unordered_map 8 #define HASH_MAP_H <tr1/unordered_map> 30 * TODO: Figure out how to use stlport unordered_map and set.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
stdtr1c++.h | 51 #include <tr1/unordered_map>
|
stdc++.h | 109 #include <unordered_map>
|
/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/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...] |
/external/stlport/test/unit/ |
mvctor_declaration_test.cpp | 16 # include <unordered_map> 352 //hashed containers, unordered_set unordered_multiset, unordered_map, unordered_multimap, 358 CPPUNIT_ASSERT( is_movable(unordered_map<char, char>()) );
|
unordered_test.cpp | 5 # include <unordered_map> 158 typedef unordered_map<int, int, hash<int>, equal_to<int> > umaptype; 168 typedef unordered_map<int, umaptype> uumaptype; 269 typedef unordered_map<int, string> UnorderedMap1; 270 typedef unordered_map<int, UnorderedMap1> UnorderedMap2; 670 unordered_map<IncompleteClass, IncompleteClass> uminstances; 671 typedef unordered_map<IncompleteClass, IncompleteClass>::iterator umit;
|
/ndk/tests/device/test-gnustl-full/unit/ |
mvctor_declaration_test.cpp | 16 # include <unordered_map> 352 //hashed containers, unordered_set unordered_multiset, unordered_map, unordered_multimap, 358 CPPUNIT_ASSERT( is_movable(unordered_map<char, char>()) );
|
unordered_test.cpp | 5 # include <unordered_map> 158 typedef unordered_map<int, int, hash<int>, equal_to<int> > umaptype; 168 typedef unordered_map<int, umaptype> uumaptype; 269 typedef unordered_map<int, string> UnorderedMap1; 270 typedef unordered_map<int, UnorderedMap1> UnorderedMap2; 670 unordered_map<IncompleteClass, IncompleteClass> uminstances; 671 typedef unordered_map<IncompleteClass, IncompleteClass>::iterator umit;
|
/ndk/tests/device/test-stlport/unit/ |
mvctor_declaration_test.cpp | 16 # include <unordered_map> 352 //hashed containers, unordered_set unordered_multiset, unordered_map, unordered_multimap, 358 CPPUNIT_ASSERT( is_movable(unordered_map<char, char>()) );
|
unordered_test.cpp | 5 # include <unordered_map> 158 typedef unordered_map<int, int, hash<int>, equal_to<int> > umaptype; 168 typedef unordered_map<int, umaptype> uumaptype; 269 typedef unordered_map<int, string> UnorderedMap1; 270 typedef unordered_map<int, UnorderedMap1> UnorderedMap2; 670 unordered_map<IncompleteClass, IncompleteClass> uminstances; 671 typedef unordered_map<IncompleteClass, IncompleteClass>::iterator umit;
|
/external/protobuf/ |
configure | [all...] |