Lines Matching defs:that
313 // non-null pointer. We cannot assert that directly, which is why we
314 // intentionally use a pointer that will likely cause a segmentation fault
561 ManagedEVPPKey::ManagedEVPPKey(const ManagedEVPPKey& that) {
562 *this = that;
565 ManagedEVPPKey& ManagedEVPPKey::operator=(const ManagedEVPPKey& that) {
566 Mutex::ScopedLock lock(*that.mutex_);
568 pkey_.reset(that.get());
573 mutex_ = that.mutex_;
637 // Note that this has the downside of containing sensitive data of the
1022 // The argument must be a JavaScript object that we will inspect