sqlite.h | 324 : db_(other.db_), stmt_(other.stmt_), bind_error_(other.bind_error_) { function in class:tensorflow::SqliteStatement 327 other.bind_error_ = SQLITE_OK; 337 bind_error_ = other.bind_error_; 341 other.bind_error_ = SQLITE_OK; 358 if (bind_error_ == SQLITE_OK) { 359 bind_error_ = rc; 373 int bind_error_ = SQLITE_OK; member in class:tensorflow::SqliteStatement
|