Lines Matching refs:value
19 // using ASAN. This is needed as the GC of the heap that owns the value
49 void SetNodeSafe(PersistentNode* value) const {
57 __atomic_store(&node_, &value, __ATOMIC_RELEASE);
62 value, std::memory_order_release);
152 typename = std::enable_if_t<std::is_base_of<T, U>::value>>
171 typename = std::enable_if_t<std::is_base_of<T, U>::value>>
197 typename = std::enable_if_t<std::is_base_of<T, U>::value>>
235 typename = std::enable_if_t<std::is_base_of<T, U>::value>>
342 U, WeaknessPolicy>::IsStrongPersistent::value>::type>
364 // the value to ensure the reference has not been cleared.