| 214 | } |
| 215 | |
| 216 | int32_t CodedInputDataCrypt::readInt32() { |
| 217 | return this->readRawVarint32(); |
| 218 | } |
| 219 | |
| 220 | string CodedInputDataCrypt::readString(KeyValueHolderCrypt &kvHolder) { |
| 221 | kvHolder.offset = static_cast<uint32_t>(m_position); |
nothing calls this directly
no test coverage detected