Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline_parser.h68 struct SaveDestination { struct
69 SaveDestination() : variant_map_(new TVariantMap()) {} in SaveDestination() function
73 void SaveToMap(const TVariantMapKey<TArg>& key, TArg& value) { in SaveToMap()
79 TArg& GetOrCreateFromMap(const TVariantMapKey<TArg>& key) { in GetOrCreateFromMap()
93 TVariantMap&& ReleaseMap() { in ReleaseMap()
98 const TVariantMap& GetMap() { in GetMap()
103 void Clear() { in Clear()
111 SaveDestination& operator=(const SaveDestination&) = delete;
112 SaveDestination& operator=(SaveDestination&&) = delete;
114 std::shared_ptr<TVariantMap> variant_map_;