Searched defs:that (Results 1 – 5 of 5) sorted by relevance
31 ScopeGuard(ScopeGuard&& that) noexcept : f_(std::move(that.f_)), active_(that.active_) { in ScopeGuard() function36 ScopeGuard(ScopeGuard<Functor>&& that) : f_(std::move(that.f_)), active_(that.active_) { in ScopeGuard() function
55 StagedDistroOperation that = (StagedDistroOperation) o; in equals() local
120 DistroVersion that = (DistroVersion) o; in equals() local
98 CountryEntry that = (CountryEntry) o; in equals() local
144 ZoneOffsetPeriod that = (ZoneOffsetPeriod) o; in equals() local