Lines Matching refs:Dex2oatArgumentMap
998 void AssignIfExists(Dex2oatArgumentMap& map,
999 const Dex2oatArgumentMap::Key<T>& key,
1005 void AssignIfExists(Dex2oatArgumentMap& map,
1006 const Dex2oatArgumentMap::Key<std::string>& key,
1013 void AssignIfExists(Dex2oatArgumentMap& map,
1014 const Dex2oatArgumentMap::Key<std::vector<std::string>>& key,
1025 void AssignTrueIfExists(Dex2oatArgumentMap& map,
1026 const Dex2oatArgumentMap::Key<T>& key,
1033 void AssignIfExists(Dex2oatArgumentMap& map,
1034 const Dex2oatArgumentMap::Key<std::string>& key,
1054 using M = Dex2oatArgumentMap;