Searched refs:CompilerOptionsMap (Results 1 – 5 of 5) sorted by relevance
57 struct Dex2oatArgumentMap : CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey> {59 using CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey>::CompilerOptionsMap;74 extern template struct CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey>;
39 struct SimpleParseArgumentMap : CompilerOptionsMap<SimpleParseArgumentMap,42 using CompilerOptionsMap<SimpleParseArgumentMap, SimpleParseArgumentMapKey>::CompilerOptionsMap;
39 const KeyType<Type> CompilerOptionsMap<Base, KeyType>::Name {__VA_ARGS__};42 template struct CompilerOptionsMap<COMPILER_OPTIONS_MAP_TYPE, COMPILER_OPTIONS_MAP_KEY_TYPE>;
31 struct CompilerOptionsMap : VariantMap<Base, KeyType> { struct
22 // This file defines the list of keys for CompilerOptionsMap.23 // These can be used with CompilerOptionsMap.Get/Set/etc, once that template class has been