Searched refs:try_replace (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/ftl/ |
D | small_map_test.cpp | 249 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/ |
D | small_map.h | 190 iterator try_replace(const key_type& key, Args&&... args) { in try_replace() function
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 3225 mPhysicalDisplays.try_replace(displayId, display.token(), displayId, in processHotplug()
|