Home
last modified time | relevance | path

Searched refs:map_alloc_type (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h97 typedef std::map<void*, data_type> map_alloc_type; in _GLIBCXX_VISIBILITY() typedef
98 typedef map_alloc_type::value_type entry_type; in _GLIBCXX_VISIBILITY()
99 typedef map_alloc_type::const_iterator const_iterator; in _GLIBCXX_VISIBILITY()
100 typedef map_alloc_type::const_reference const_reference; in _GLIBCXX_VISIBILITY()
131 std::pair<map_alloc_type::iterator, bool> inserted in _GLIBCXX_VISIBILITY()
172 inline map_alloc_type::iterator in _GLIBCXX_VISIBILITY()
175 map_alloc_type::iterator found = map_alloc().find(p); in _GLIBCXX_VISIBILITY()
368 static map_alloc_type& in _GLIBCXX_VISIBILITY()
371 static map_alloc_type _S_map; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h97 typedef std::map<void*, data_type> map_alloc_type; in _GLIBCXX_VISIBILITY() typedef
98 typedef map_alloc_type::value_type entry_type; in _GLIBCXX_VISIBILITY()
99 typedef map_alloc_type::const_iterator const_iterator; in _GLIBCXX_VISIBILITY()
100 typedef map_alloc_type::const_reference const_reference; in _GLIBCXX_VISIBILITY()
131 std::pair<map_alloc_type::iterator, bool> inserted in _GLIBCXX_VISIBILITY()
172 inline map_alloc_type::iterator in _GLIBCXX_VISIBILITY()
175 map_alloc_type::iterator found = map_alloc().find(p); in _GLIBCXX_VISIBILITY()
368 static map_alloc_type& in _GLIBCXX_VISIBILITY()
371 static map_alloc_type _S_map; in _GLIBCXX_VISIBILITY()