Searched refs:system_properties_ (Results 1 – 2 of 2) sorted by relevance
29 system_properties_ = other.system_properties_; in Handle()32 other.system_properties_ = nullptr; in Handle()45 : system_properties_(system_properties), all_(true) {} in Handle()49 : system_properties_(system_properties), property_(std::move(property)) {} in Handle()52 if (system_properties_) { in ~Handle()54 system_properties_->UnsetAll(); in ~Handle()56 system_properties_->UnsetProperty(property_); in ~Handle()61 return system_properties_ != nullptr; in operator bool()166 swap(a.system_properties_, b.system_properties_); in swap()
59 SystemProperties* system_properties_; variable