Searched defs:MapElement (Results 1 – 2 of 2) sorted by relevance
57 struct MapElement { struct60 MapElement(const Key& key, const Value& value) : key_(key), value_(value) {} in MapElement() function
53 template <typename Key, typename Value> struct MapElement { struct56 MapElement(const Key& key, const Value& value) : key_(key), value_(value) {} in MapElement() function