Home | History | Annotate | Download | only in bits

Lines Matching refs:mapped_type

85    *  For a @c map<Key,T> the key_type is Key, the mapped_type is T, and the
100 typedef _Tp mapped_type;
455 mapped_type&
459 __glibcxx_function_requires(_DefaultConstructibleConcept<mapped_type>)
469 __i = insert(__i, value_type(__k, mapped_type()));
475 mapped_type&
479 __glibcxx_function_requires(_DefaultConstructibleConcept<mapped_type>)
500 mapped_type&
509 const mapped_type&