Home
last modified time | relevance | path

Searched refs:mapped_type (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/include/ftl/
Dsmall_map.h73 using mapped_type = V; variable
148 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>> {
Dalgorithm.h78 typename Mapped = typename Map::mapped_type>
/frameworks/native/include/input/
DPrintTools.h98 std::string (*valueToString)(const typename T::mapped_type&) = constToString) {
/frameworks/av/services/mediametrics/
DAudioTypes.cpp399 typename M::mapped_type flagsFromMap(const std::string &str, const M& map) in flagsFromMap()
404 typename M::mapped_type value{}; in flagsFromMap()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp840 format, SurroundSoundFormatTraits::Collection::mapped_type{}); in deserialize()
/frameworks/av/services/mediametrics/tests/
Dmediametrics_tests.cpp48 std::unordered_set<typename M::mapped_type> s; in countDuplicates()