HomeSort by relevance Sort by last modified time
    Searched refs:bind_error_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/lib/db/
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
sqlite.cc 179 if (TF_PREDICT_FALSE(bind_error_ != SQLITE_OK)) {
181 return PrintfStatus(bind_error_, "Bind(%d) failed: %s: %s",
182 bind_error_parameter_, sqlite3_errstr(bind_error_),
238 bind_error_ = SQLITE_OK;

Completed in 73 milliseconds