| 1096 | _has_bits_[0] &= ~0x00000002u; |
| 1097 | } |
| 1098 | inline void BCDProgress::clear_relative_obj() { |
| 1099 | relative_obj_ = 0; |
| 1100 | clear_has_relative_obj(); |
| 1101 | } |
| 1102 | inline double BCDProgress::relative_obj() const { |
| 1103 | return relative_obj_; |
| 1104 | } |
nothing calls this directly
no outgoing calls
no test coverage detected