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