Rollback the state that was saved in BeginLine()
| 117 | |
| 118 | // Rollback the state that was saved in BeginLine() |
| 119 | void RollbackLine() { values_size_ = saved_values_size_; } |
| 120 | |
| 121 | void StartField(bool quoted) { quoted_ = quoted; } |
| 122 |
no outgoing calls
no test coverage detected