Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/ftl/
H A Dsmall_map.h63 using mapped_type = V; variable
118 return find(key, [](const mapped_type&) {}); in contains()
133 auto find(const key_type& key) const -> std::optional<std::reference_wrapper<const mapped_type>> {
134 return find(key, [](const mapped_type& v) { return std::cref(v); });
137 auto find(const key_type& key) -> std::optional<std::reference_wrapper<mapped_type>> {
138 return find(key, [](mapped_type& v) { return std::ref(v); });
150 template <typename F, typename R = std::invoke_result_t<F, const mapped_type&>>
170 key, [&f](const mapped_type& v) { return f(const_cast<mapped_type&>(v)); }); in find()
/aosp12/frameworks/av/services/mediametrics/
H A DAudioTypes.cpp245 typename M::mapped_type flagsFromMap(const std::string &str, const M& map) in flagsFromMap()
250 typename M::mapped_type value{}; in flagsFromMap()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Djni_data_utils.h66 DictionaryHeaderStructurePolicy::AttributeMap::mapped_type value; in constructAttributeMap()
/aosp12/system/libvintf/include/vintf/
H A DMapValueIterator.h30 using V = typename Map::mapped_type;
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
H A Dheader_read_write_utils.cpp182 AttributeMap::mapped_type valueVector; in setIntAttributeInner()
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dfuzz_utils.h51 typename FunctionMapImpl<Class>::mapped_type&& value) { in CheckEmplace()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DSerializer.cpp820 format, SurroundSoundFormatTraits::Collection::mapped_type{});
/aosp12/frameworks/av/services/mediametrics/tests/
H A Dmediametrics_tests.cpp46 std::unordered_set<typename M::mapped_type> s; in countDuplicates()
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dserialization.h1807 std::pair<typename MapType::key_type, typename MapType::mapped_type>