| 65 | bool GetInt16(uint32_t index, int16_t* result) { return result_set_base_->GetInt16(index, result); } |
| 66 | |
| 67 | bool GetInt32(uint32_t index, int32_t* result) { return result_set_base_->GetInt32(index, result); } |
| 68 | |
| 69 | bool GetInt64(uint32_t index, int64_t* result) { return result_set_base_->GetInt64(index, result); } |
| 70 |
nothing calls this directly
no outgoing calls
no test coverage detected