Lines Matching refs:other
30 bool ScanStats::operator==(const ScanStats &other) const { in operator ==()
31 if (this == &other) { in operator ==()
35 other.num_scans_requested_by_nanoapp_ && in operator ==()
37 other.num_scans_serviced_by_hardware_ && in operator ==()
38 num_scans_serviced_by_cache_ == other.num_scans_serviced_by_cache_ && in operator ==()
39 updated_at_chre_ms_ == other.updated_at_chre_ms_ && in operator ==()
40 sent_at_chre_ms_ == other.sent_at_chre_ms_ && in operator ==()
42 other.last_subscription_duration_ms_ && in operator ==()
43 channel_histogram_ == other.channel_histogram_ && in operator ==()
44 scan_records_ == other.scan_records_ && in operator ==()
45 rpc_log_records_ == other.rpc_log_records_; in operator ==()