Searched refs:stop_delay_ms_ (Results 1 – 2 of 2) sorted by relevance
726 (stop_delay_ms_ == other.stop_delay_ms_); in operator ==()741 static_assert(sizeof(stop_delay_ms_) == sizeof(proto.stop_delay_ms()), in FromProto()743 stop_delay_ms_ = static_cast<decltype(stop_delay_ms_)>(proto.stop_delay_ms()); in FromProto()761 static_assert(sizeof(stop_delay_ms_) == sizeof(proto->stop_delay_ms()), in ToProto()764 static_cast<decltype(proto->stop_delay_ms())>(stop_delay_ms_)); in ToProto()
352 uint32_t stop_delay_ms() const { return stop_delay_ms_; } in stop_delay_ms()353 void set_stop_delay_ms(uint32_t value) { stop_delay_ms_ = value; } in set_stop_delay_ms()358 uint32_t stop_delay_ms_ = {}; variable