Searched refs:ExistingImpl (Results 1 – 1 of 1) sorted by relevance
219 ImplType *ExistingImpl = nullptr; in getOrCreateImpl() local223 if (ImplPtr.compare_exchange_strong(ExistingImpl, Impl.get())) in getOrCreateImpl()227 return *ExistingImpl; in getOrCreateImpl()