| /src/external/ibm-public/postfix/dist/src/cleanup/ |
| cleanup_envelope.c | 130 int mapped_type = type; local 201 mapped_type = junk; 306 if (mapped_type == REC_TYPE_DSN_ORCPT) { 315 if (mapped_type == REC_TYPE_DSN_NOTIFY) { 371 if (mapped_type == REC_TYPE_CTIME) 419 if (mapped_type == REC_TYPE_DSN_ENVID) { 433 if (mapped_type == REC_TYPE_DSN_RET) {
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/ |
| rb_tree_.hpp | 101 typedef typename base_type::mapped_type mapped_type; typedef in class:__gnu_pbds::detail::PB_DS_RB_TREE_NAME 143 base_type::insert_leaf(value_type(r_key, mapped_type()));
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/ |
| splay_tree_.hpp | 127 typedef typename base_type::mapped_type mapped_type; typedef in class:__gnu_pbds::detail::PB_DS_S_TREE_NAME 172 insert_leaf_imp(value_type(r_key, mapped_type()));
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/ |
| rb_tree_.hpp | 101 typedef typename base_type::mapped_type mapped_type; typedef in class:__gnu_pbds::detail::PB_DS_RB_TREE_NAME 143 base_type::insert_leaf(value_type(r_key, mapped_type()));
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/ |
| splay_tree_.hpp | 127 typedef typename base_type::mapped_type mapped_type; typedef in class:__gnu_pbds::detail::PB_DS_S_TREE_NAME 172 insert_leaf_imp(value_type(r_key, mapped_type()));
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| stl_map.h | 91 * For a @c map<Key,T> the key_type is Key, the mapped_type is T, and the 106 typedef _Tp mapped_type; typedef in class:map 503 mapped_type& 507 __glibcxx_function_requires(_DefaultConstructibleConcept<mapped_type>) 517 __i = insert(__i, value_type(__k, mapped_type())); 523 mapped_type& 527 __glibcxx_function_requires(_DefaultConstructibleConcept<mapped_type>) 548 mapped_type& 557 const mapped_type&
|
| stl_multimap.h | 89 * keys). For a @c multimap<Key,T> the key_type is Key, the mapped_type 105 typedef _Tp mapped_type; typedef in class:multimap
|
| unordered_map.h | 120 typedef typename _Hashtable::mapped_type mapped_type; typedef in class:unordered_map 986 mapped_type& 990 mapped_type& 1003 mapped_type& 1007 const mapped_type& 1266 typedef typename _Hashtable::mapped_type mapped_type; typedef in class:unordered_multimap
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
| map.h | 75 typedef _Tp mapped_type; typedef in class:__debug::map
|
| multimap.h | 75 typedef _Tp mapped_type; typedef in class:__debug::multimap
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
| bin_search_tree_.hpp | 143 typedef typename traits_base::mapped_type mapped_type; typedef in class:__gnu_pbds::detail::PB_DS_BIN_TREE_NAME
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/ |
| lu_map_.hpp | 152 typedef typename traits_base::mapped_type mapped_type; typedef in class:__gnu_pbds::detail::PB_DS_LU_NAME 211 return insert(std::make_pair(r_key, mapped_type())).first->second;
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ |
| types_traits.hpp | 161 typedef Mapped mapped_type; typedef in struct:__gnu_pbds::detail::types_traits 166 typedef rebind_traits<_Alloc, mapped_type> __rebind_ma;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| stl_multimap.h | 89 * keys). For a @c multimap<Key,T> the key_type is Key, the mapped_type 105 typedef _Tp mapped_type; typedef in class:multimap
|
| unordered_map.h | 115 typedef typename _Hashtable::mapped_type mapped_type; typedef in class:unordered_map 980 mapped_type& 984 mapped_type& 997 mapped_type& 1001 const mapped_type& 1260 typedef typename _Hashtable::mapped_type mapped_type; typedef in class:unordered_multimap
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
| map.h | 75 typedef _Tp mapped_type; typedef in class:__debug::map
|
| multimap.h | 75 typedef _Tp mapped_type; typedef in class:__debug::multimap
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
| bin_search_tree_.hpp | 143 typedef typename traits_base::mapped_type mapped_type; typedef in class:__gnu_pbds::detail::PB_DS_BIN_TREE_NAME
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/ |
| lu_map_.hpp | 152 typedef typename traits_base::mapped_type mapped_type; typedef in class:__gnu_pbds::detail::PB_DS_LU_NAME 211 return insert(std::make_pair(r_key, mapped_type())).first->second;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ |
| types_traits.hpp | 161 typedef Mapped mapped_type; typedef in struct:__gnu_pbds::detail::types_traits 166 typedef rebind_traits<_Alloc, mapped_type> __rebind_ma;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/ |
| map.h | 53 typedef _Tp mapped_type; typedef in class:__profile::map 227 mapped_type& 235 mapped_type& 243 mapped_type& 250 const mapped_type&
|
| multimap.h | 54 typedef _Tp mapped_type; typedef in class:__profile::multimap
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/ |
| cc_ht_map_.hpp | 213 typedef typename traits_base::mapped_type mapped_type; typedef in class:__gnu_pbds::detail::PB_DS_CC_HASH_NAME 436 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second; 462 return insert_new_imp(value_type(r_key, mapped_type()),
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/ |
| gp_ht_map_.hpp | 219 typedef typename traits_base::mapped_type mapped_type; typedef in class:__gnu_pbds::detail::PB_DS_GP_HASH_NAME 493 return insert_new_imp(value_type(key, mapped_type()), pos)->second; 508 return insert_new_imp(value_type(key, mapped_type()),
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| hashtable_policy.h | 489 // first part of the pair, the hashtable gets a mapped_type typedef. 499 typedef typename _Pair::second_type mapped_type; typedef in struct:tr1::__detail::_Map_base 505 typedef typename _Pair::second_type mapped_type; typedef in struct:tr1::__detail::_Map_base 507 mapped_type& 513 true, _Hashtable>::mapped_type& 525 return __h->_M_insert_bucket(std::make_pair(__k, mapped_type()),
|