Searched refs:ScopedRemove (Results 1 – 1 of 1) sorted by relevance
251 struct ScopedRemove { struct252 ScopedRemove(VariantMap& map, const TKey<TValue>& key) : map_(map), key_(key) {} in ScopedRemove() argument253 ~ScopedRemove() { in ~ScopedRemove() argument266 ScopedRemove<TValue> remove_on_return(*this, key); in ReleaseOrDefault()