Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
H A Dcbor.h57 struct MapElement { struct
60 MapElement(const Key& key, const Value& value) : key_(key), value_(value) {} in MapElement() function
/aosp12/system/teeui/libteeui/include/teeui/
H A Dcbor.h53 template <typename Key, typename Value> struct MapElement { struct
56 MapElement(const Key& key, const Value& value) : key_(key), value_(value) {} in MapElement() function