Searched refs:system_properties_ (Results 1 – 2 of 2) sorted by relevance
30 system_properties_ = other.system_properties_; in Handle()33 other.system_properties_ = nullptr; in Handle()46 : system_properties_(system_properties), all_(true) {} in Handle()50 : system_properties_(system_properties), property_(std::move(property)) {} in Handle()53 if (system_properties_) { in ~Handle()55 system_properties_->UnsetAll(); in ~Handle()57 system_properties_->UnsetProperty(property_); in ~Handle()62 return system_properties_ != nullptr; in operator bool()168 swap(a.system_properties_, b.system_properties_); in swap()
59 SystemProperties* system_properties_; variable