Home
last modified time | relevance | path

Searched refs:try_replace (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/ftl/
Dsmall_map_test.cpp249 const auto it = map.try_replace(3, "c"); in TEST()
258 const auto it = map.try_replace(2, 1u, static_cast<char>(std::tolower(*ref))); in TEST()
270 const auto it = map.try_replace(5, "e"); in TEST()
279 const auto it = map.try_replace(3, ref->get().str, 2u, 1u); in TEST()
/frameworks/native/include/ftl/
Dsmall_map.h190 iterator try_replace(const key_type& key, Args&&... args) { in try_replace() function
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3225 mPhysicalDisplays.try_replace(displayId, display.token(), displayId, in processHotplug()