Searched refs:mapped_type (Results 1 – 7 of 7) sorted by relevance
73 using mapped_type = V; variable148 auto get(const key_type& key) const -> Optional<std::reference_wrapper<const mapped_type>> {157 auto get(const key_type& key) -> Optional<std::reference_wrapper<mapped_type>> {
78 typename Mapped = typename Map::mapped_type>
91 std::string (*valueToString)(const typename T::mapped_type&) = constToString) {
398 typename M::mapped_type flagsFromMap(const std::string &str, const M& map) in flagsFromMap()403 typename M::mapped_type value{}; in flagsFromMap()
840 format, SurroundSoundFormatTraits::Collection::mapped_type{}); in deserialize()
47 std::unordered_set<typename M::mapped_type> s; in countDuplicates()
1807 std::pair<typename MapType::key_type, typename MapType::mapped_type>