Searched refs:Dex2oatArgumentMapKey (Results 1 – 2 of 2) sorted by relevance
41 struct Dex2oatArgumentMapKey : VariantMapKey<TValue> { struct42 Dex2oatArgumentMapKey() {} in Dex2oatArgumentMapKey() argument43 explicit Dex2oatArgumentMapKey(TValue default_value) in Dex2oatArgumentMapKey() function57 struct Dex2oatArgumentMap : CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey> {59 using CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey>::CompilerOptionsMap;67 using Key = Dex2oatArgumentMapKey<TValue>;76 extern template struct CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey>;
41 #define COMPILER_OPTIONS_MAP_KEY_TYPE Dex2oatArgumentMapKey