Home | History | Annotate | Download | only in bits

Lines Matching refs:mapped_type

77    *  For a @c map<Key,T> the key_type is Key, the mapped_type is T, and the
92 typedef _Tp mapped_type;
444 mapped_type&
448 __glibcxx_function_requires(_DefaultConstructibleConcept<mapped_type>)
453 __i = insert(__i, value_type(__k, mapped_type()));
458 mapped_type&
462 __glibcxx_function_requires(_DefaultConstructibleConcept<mapped_type>)
467 __i = insert(__i, std::make_pair(std::move(__k), mapped_type()));
481 mapped_type&
490 const mapped_type&