Searched defs:VariantMap (Results 1 – 1 of 1) sorted by relevance
213 struct VariantMap { struct216 using Key = TKey<TValue>;221 const TValue* Get(const TKey<TValue>& key) const { in Get()228 TValue* Get(const TKey<TValue>& key) { in Get()252 ScopedRemove(VariantMap& map, const TKey<TValue>& key) : map_(map), key_(key) {} in ScopedRemove() argument265 TValue ReleaseOrDefault(const TKey<TValue>& key) { in ReleaseOrDefault()278 bool Exists(const TKey<TValue>& key) const { in Exists()285 void Set(const TKey<TValue>& key, const typename Identity<TValue>::type& value) { in Set()298 bool SetIfMissing(const TKey<TValue>& key, const typename Identity<TValue>::type& value) { in SetIfMissing()332 VariantMap() {} in VariantMap() argument[all …]