Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache.cc192 …section_iter = information_sections_.try_emplace_back(section, common::ListMap<std::string, std::s… in SetProperty()
203 …section_iter = persistent_devices_.try_emplace_back(section, std::move(section_properties->second)… in SetProperty()
205 …section_iter = persistent_devices_.try_emplace_back(section, common::ListMap<std::string, std::str… in SetProperty()
/packages/modules/Bluetooth/system/gd/common/
Dlist_map_test.cc215 auto result = list_map.try_emplace_back(42, 420); in TEST()
221 EXPECT_FALSE(list_map.try_emplace_back(42, 420).second); in TEST()
Dlist_map.h137 std::pair<iterator, bool> try_emplace_back(const Key& key, Args&&... args) { in try_emplace_back() function