Searched defs:SaveDestination (Results 1 – 1 of 1) sorted by relevance
63 struct SaveDestination { struct64 SaveDestination() : variant_map_(new TVariantMap()) {} in SaveDestination() function68 void SaveToMap(const TVariantMapKey<TArg>& key, TArg& value) { in SaveToMap()74 TArg& GetOrCreateFromMap(const TVariantMapKey<TArg>& key) { in GetOrCreateFromMap()88 TVariantMap&& ReleaseMap() { in ReleaseMap()93 const TVariantMap& GetMap() { in GetMap()98 void Clear() { in Clear()106 SaveDestination& operator=(const SaveDestination&) = delete;107 SaveDestination& operator=(SaveDestination&&) = delete;109 std::shared_ptr<TVariantMap> variant_map_;