Searched defs:VariantMapKey (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dvariant_map.h46 // Do not use VariantMap/VariantMapKey directly. Instead subclass each of them and use
50 // struct FruitMapKey : VariantMapKey<TValue> {
86 // Type-erased version of VariantMapKey<T>
136 struct VariantMapKey : detail::VariantMapKeyRaw { struct in namespace:art
148 // explicit VariantMapKey(size_t counter) : detail::VariantMapKeyRaw(counter) {}
149 explicit VariantMapKey(const TValue& default_value) function in struct:art::VariantMapKey
151 explicit VariantMapKey(TValue&& default_value) function in struct:art::VariantMapKey
153 VariantMapKey() {} function in struct:art::VariantMapKey
154 virtual ~VariantMapKey() {}
158 return new VariantMapKey<TValu
[all...]

Completed in 130 milliseconds