Searched defs:map (Results 1 – 2 of 2) sorted by relevance
98 pub fn map<U, F: FnOnce(T) -> U>(self, f: F) -> ConnectResult<U> { in map() method
117 static inline bool populateMap(CborMap& map, in populateMap()178 CborMap map; in mergeMaps() local