Searched refs:m_items (Results 1 – 4 of 4) sorted by relevance
24 m_items = src.m_items; in Format()29 m_items = src.m_items; in operator =()35 return (m_items.find(key) != m_items.end()); in ContainKey()
37 m_items[key] = value; in SetValue()43 const auto it = m_items.find(key); in GetValue()44 if (it == m_items.end()) { in GetValue()52 std::unordered_map<std::string, std::any> m_items;
38 m_items[key] = value; in SetValue()45 const auto it = m_items.find(key); in GetValue()46 if (it == m_items.end()) { in GetValue()60 std::unordered_map<std::string, std::any> m_items; variable
38 m_items[key] = value; in SetValue()45 const auto it = m_items.find(key); in GetValue()46 if (it == m_items.end()) { in GetValue()64 std::unordered_map<std::string, std::any> m_items; variable