| 1278 | _has_bits_[0] |= 0x00000004u; |
| 1279 | } |
| 1280 | inline void SGDConfig::clear_has_data_buf() { |
| 1281 | _has_bits_[0] &= ~0x00000004u; |
| 1282 | } |
| 1283 | inline void SGDConfig::clear_data_buf() { |
| 1284 | data_buf_ = 1000; |
| 1285 | clear_has_data_buf(); |
nothing calls this directly
no outgoing calls
no test coverage detected