Home
last modified time | relevance | path

Searched refs:ScopedRemove (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dvariant_map.h251 struct ScopedRemove { struct
252 ScopedRemove(VariantMap& map, const TKey<TValue>& key) : map_(map), key_(key) {} in ScopedRemove() argument
253 ~ScopedRemove() { in ~ScopedRemove() argument
266 ScopedRemove<TValue> remove_on_return(*this, key); in ReleaseOrDefault()