Searched refs:sharedNativeRef (Results 1 – 2 of 2) sorted by relevance
179 std::shared_ptr<NativeReference>&& sharedNativeRef);
1450 std::shared_ptr<NativeReference>&& sharedNativeRef) in FreeNativeReference() argument1452 if (uniqueNativeRef == nullptr && sharedNativeRef == nullptr) { in FreeNativeReference()1479 if (sharedNativeRef != nullptr) { in FreeNativeReference()1480 cb->sharedNativeRef_ = std::move(sharedNativeRef); in FreeNativeReference()