Home
last modified time | relevance | path

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

/art/runtime/base/
Dvariant_map.h242 struct ScopedRemove { struct
243 ScopedRemove(VariantMap& map, const TKey<TValue>& key) : map_(map), key_(key) {} in ScopedRemove() function
244 ~ScopedRemove() { in ~ScopedRemove() argument
257 ScopedRemove<TValue> remove_on_return(*this, key); in ReleaseOrDefault()