Home
last modified time | relevance | path

Searched refs:maptype (Results 1 – 4 of 4) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dmap_test.cpp49 typedef map<char, int, less<char> > maptype; in map1() typedef
50 maptype m; in map1()
64 pair<maptype::iterator, bool> p = m.insert(pair<const char, int>('c', 100)); in map1()
229 typedef map<char, int, less<char> > maptype; in equal_range() typedef
231 maptype m; in equal_range()
234 pair<maptype::iterator, maptype::iterator> ret; in equal_range()
243 maptype m; in equal_range()
245 maptype::iterator i = m.lower_bound( 'x' ); in equal_range()
251 pair<maptype::iterator, maptype::iterator> ret; in equal_range()
258 const maptype m; in equal_range()
[all …]
Dhash_test.cpp79 typedef hash_map<char, crope, hash<char>, equal_to<char> > maptype; in hmap1() typedef
80 maptype m; in hmap1()
93 pair<maptype::iterator, bool> p = m.insert(pair<const char, crope>('c', crope("100"))); in hmap1()
101 maptype::iterator ite(m.begin()); in hmap1()
102 maptype::const_iterator cite(m.begin()); in hmap1()
104 maptype const& cm = m; in hmap1()
/ndk/tests/device/test-stlport/unit/
Dmap_test.cpp49 typedef map<char, int, less<char> > maptype; in map1() typedef
50 maptype m; in map1()
64 pair<maptype::iterator, bool> p = m.insert(pair<const char, int>('c', 100)); in map1()
229 typedef map<char, int, less<char> > maptype; in equal_range() typedef
231 maptype m; in equal_range()
234 pair<maptype::iterator, maptype::iterator> ret; in equal_range()
243 maptype m; in equal_range()
245 maptype::iterator i = m.lower_bound( 'x' ); in equal_range()
251 pair<maptype::iterator, maptype::iterator> ret; in equal_range()
258 const maptype m; in equal_range()
[all …]
Dhash_test.cpp79 typedef hash_map<char, crope, hash<char>, equal_to<char> > maptype; in hmap1() typedef
80 maptype m; in hmap1()
93 pair<maptype::iterator, bool> p = m.insert(pair<const char, crope>('c', crope("100"))); in hmap1()
101 maptype::iterator ite(m.begin()); in hmap1()
102 maptype::const_iterator cite(m.begin()); in hmap1()
104 maptype const& cm = m; in hmap1()