Home
last modified time | relevance | path

Searched defs:AssignIfExists (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/dex2oat/
H A Ddex2oat.cc967 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() function in art::Dex2Oat
974 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() function in art::Dex2Oat
982 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() function in art::Dex2Oat
1002 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() function in art::Dex2Oat
/aosp12/art/libartbase/base/
H A Dvariant_map.h249 void AssignIfExists(const TKey<T>& key, U* out) { in AssignIfExists() function