Home
last modified time | relevance | path

Searched refs:map_type (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dmessage_facets.h44 allocator<pair<_STLP_CONST nl_catd_type, locale> > > map_type; typedef
45 map_type *M;
79 allocator<pair<_STLP_CONST messages_base::catalog, nl_catd_type> > > map_type; typedef
111 map_type M;
Dmessages.cpp44 M = new map_type; in insert()
46 M->insert(map_type::value_type(key, L)); in insert()
61 map_type::const_iterator i = M->find(key); in lookup()
90 map_type::iterator mit(M.find(cat)); in erase()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dfixed_mapping.hpp63 typedef std::vector<elem_type> map_type; typedef in boost::unit_test::fixed_mapping
106 map_type m_map;