Home
last modified time | relevance | path

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

/art/libartbase/base/
Dvariant_map.h259 struct ScopedRemove { struct
260 ScopedRemove(VariantMap& map, const TKey<TValue>& key) : map_(map), key_(key) {} in ScopedRemove() function
261 ~ScopedRemove() { in ~ScopedRemove() argument
274 ScopedRemove<TValue> remove_on_return(*this, key); in ReleaseOrDefault()