Searched refs:functionalInterfaceCache_ (Results 1 – 2 of 2) sorted by relevance
2062 auto it = functionalInterfaceCache_.find(hash); in GetCachedFunctionalInterface()2063 if (it == functionalInterfaceCache_.cend()) { in GetCachedFunctionalInterface()2072 ASSERT(functionalInterfaceCache_.find(hash) == functionalInterfaceCache_.cend()); in CacheFunctionalInterface()2073 functionalInterfaceCache_.emplace(hash, ifaceType); in CacheFunctionalInterface()
76 functionalInterfaceCache_(Allocator()->Adapter()),850 FunctionalInterfaceMap functionalInterfaceCache_; variable