Searched defs:SaveDestination (Results 1 – 1 of 1) sorted by relevance
68 struct SaveDestination { struct69 SaveDestination() : variant_map_(new TVariantMap()) {} in SaveDestination() function73 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_;