HomeSort by relevance Sort by last modified time
    Searched refs:umaptype (Results 1 - 3 of 3) sorted by null

  /external/stlport/test/unit/
unordered_test.cpp 158 typedef unordered_map<int, int, hash<int>, equal_to<int> > umaptype; typedef
159 umaptype us;
162 umaptype us2;
168 typedef unordered_map<int, umaptype> uumaptype;
170 umaptype const& uref = uus[0];
171 umaptype ucopy = uus[0];
178 pair<umaptype::iterator, bool> ret;
180 umaptype::value_type p1(i, i);
185 umaptype::value_type p2(i, i + 1);
193 umaptype::iterator umit
227 typedef unordered_multimap<int, int, hash<int>, equal_to<int> > umaptype; typedef
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
unordered_test.cpp 158 typedef unordered_map<int, int, hash<int>, equal_to<int> > umaptype; typedef
159 umaptype us;
162 umaptype us2;
168 typedef unordered_map<int, umaptype> uumaptype;
170 umaptype const& uref = uus[0];
171 umaptype ucopy = uus[0];
178 pair<umaptype::iterator, bool> ret;
180 umaptype::value_type p1(i, i);
185 umaptype::value_type p2(i, i + 1);
193 umaptype::iterator umit
227 typedef unordered_multimap<int, int, hash<int>, equal_to<int> > umaptype; typedef
    [all...]
  /ndk/tests/device/test-stlport/unit/
unordered_test.cpp 158 typedef unordered_map<int, int, hash<int>, equal_to<int> > umaptype; typedef
159 umaptype us;
162 umaptype us2;
168 typedef unordered_map<int, umaptype> uumaptype;
170 umaptype const& uref = uus[0];
171 umaptype ucopy = uus[0];
178 pair<umaptype::iterator, bool> ret;
180 umaptype::value_type p1(i, i);
185 umaptype::value_type p2(i, i + 1);
193 umaptype::iterator umit
227 typedef unordered_multimap<int, int, hash<int>, equal_to<int> > umaptype; typedef
    [all...]

Completed in 230 milliseconds