Searched refs:try_emplace_back (Results 1 – 3 of 3) sorted by relevance
192 …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()
215 auto result = list_map.try_emplace_back(42, 420); in TEST()221 EXPECT_FALSE(list_map.try_emplace_back(42, 420).second); in TEST()
137 std::pair<iterator, bool> try_emplace_back(const Key& key, Args&&... args) { in try_emplace_back() function