Lines Matching defs:raw
25 explicit CrossThreadPersistentBase(const void* raw) : PersistentBase(raw) {}
118 T* raw, const SourceLocation& loc = SourceLocation::Current())
119 : CrossThreadPersistentBase(raw), LocationPolicy(loc) {
120 if (!IsValid(raw)) return;
122 CrossThreadPersistentRegion& region = this->GetPersistentRegion(raw);
124 this->CheckPointer(raw);
136 UnsafeCtorTag, T* raw,
138 : CrossThreadPersistentBase(raw), LocationPolicy(loc) {
139 if (!IsValid(raw)) return;
140 CrossThreadPersistentRegion& region = this->GetPersistentRegion(raw);
142 this->CheckPointer(raw);
146 T& raw, const SourceLocation& loc = SourceLocation::Current())
147 : BasicCrossThreadPersistent(&raw, loc) {}
221 * Assigns a raw pointer.