Searched refs:Dex2oatArgumentMapKey (Results 1 – 2 of 2) sorted by relevance
42 struct Dex2oatArgumentMapKey : VariantMapKey<TValue> { struct43 Dex2oatArgumentMapKey() {} in Dex2oatArgumentMapKey() argument44 explicit Dex2oatArgumentMapKey(TValue default_value) in Dex2oatArgumentMapKey() argument58 struct Dex2oatArgumentMap : CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey> {60 using CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey>::CompilerOptionsMap;68 using Key = Dex2oatArgumentMapKey<TValue>;75 extern template struct CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey>;
40 #define COMPILER_OPTIONS_MAP_KEY_TYPE Dex2oatArgumentMapKey