| 69 | bool GetInt64(uint32_t index, int64_t* result) { return result_set_base_->GetInt64(index, result); } |
| 70 | |
| 71 | bool GetFloat(uint32_t index, float* result) { return result_set_base_->GetFloat(index, result); } |
| 72 | |
| 73 | bool GetDouble(uint32_t index, double* result) { return result_set_base_->GetDouble(index, result); } |
| 74 |
nothing calls this directly
no outgoing calls
no test coverage detected