Searched refs:MapElement (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/ |
D | cbor.h | 57 struct MapElement { struct 60 MapElement(const Key& key, const Value& value) : key_(key), value_(value) {} in MapElement() function 148 struct Map<MapElement<HeadKey, HeadValue>, Tail...> { 149 const MapElement<HeadKey, HeadValue>& head_; 151 Map(const MapElement<HeadKey, HeadValue>& head, const Tail&... tail) 160 Map<MapElement<Keys, Values>...> map(const MapElement<Keys, Values>&... elements) { 161 return Map<MapElement<Keys, Values>...>(elements...); 170 MapElement<Key, Value> pair(const Key& k, const Value& v) { 171 return MapElement<Key, Value>(k, v); 318 WriteState write(WriteState wState, const MapElement<Key, Value>& element) {
|