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

  /development/tools/repo_diff/service/repodiff/tools/migrations/
2018_04_19__23_28_29_upgrade.sql 1 CREATE INDEX idx_url_branch_commit_ts ON project_commit (upstream_target_id, downstream_target_id, commit_, timestamp ASC);
2018_02_21__21_30_16_upgrade.sql 7 commit_ CHAR(40) NOT NULL,
2018_03_28__16_59_46_upgrade.sql 5 commit_ CHAR(40) NOT NULL,
  /development/tools/repo_diff/service/repodiff/repositories/
commit.go 56 commit_,
130 commit_,
178 `SELECT commit_, MIN(timestamp)
182 AND commit_ IN(?`+strings.Repeat(",?", len(commitHashes)-1)+`)
183 GROUP BY commit_
denormalizer.go 254 commit_,
  /external/tensorflow/tensorflow/core/lib/db/
sqlite.cc 158 sqlite3_finalize(commit_);
271 int rc = sqlite3_step(db_->commit_);
276 sqlite3_reset(db_->commit_);
sqlite.h 124 : db_(db), begin_(begin), commit_(commit), rollback_(rollback) {}
128 sqlite3_stmt* const commit_; member in class:tensorflow::Sqlite

Completed in 116 milliseconds