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

/art/runtime/
H A Druntime_options.h51 struct RuntimeArgumentMapKey : VariantMapKey<TValue> { struct in namespace:art
52 RuntimeArgumentMapKey() {} function in struct:art::RuntimeArgumentMapKey
53 explicit RuntimeArgumentMapKey(TValue default_value) function in struct:art::RuntimeArgumentMapKey
60 // Use the VariantMap interface to look up or to store a RuntimeArgumentMapKey,Value pair.
67 struct RuntimeArgumentMap : VariantMap<RuntimeArgumentMap, RuntimeArgumentMapKey> {
69 using VariantMap<RuntimeArgumentMap, RuntimeArgumentMapKey>::VariantMap;
73 using Key = RuntimeArgumentMapKey<TValue>;

Completed in 51 milliseconds