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);
151 typename = std::enable_if_t<std::is_base_of<T, U>::value>>
170 typename = std::enable_if_t<std::is_base_of<T, U>::value>>
196 typename = std::enable_if_t<std::is_base_of<T, U>::value>>
233 typename = std::enable_if_t<std::is_base_of<T, U>::value>>
340 U, WeaknessPolicy>::IsStrongPersistent::value>::type>
363 // the value to ensure the reference has not been cleared.