Searched refs:sAdapterMap (Results 1 – 1 of 1) sorted by relevance
221 static std::map<sp<IBase>, sp<IBase>> sAdapterMap; in adaptWithDefault() local227 auto it = sAdapterMap.find(something); in adaptWithDefault()228 if (it == sAdapterMap.end()) { in adaptWithDefault()229 it = sAdapterMap.insert(it, {something, makeDefault()}); in adaptWithDefault()