Home
last modified time | relevance | path

Searched defs:MapElement (Results 1 – 1 of 1) sorted by relevance

/system/teeui/libteeui/include/teeui/
Dcbor.h53 template <typename Key, typename Value> struct MapElement { struct
56 MapElement(const Key& key, const Value& value) : key_(key), value_(value) {} in MapElement() argument