Home
last modified time | relevance | path

Searched defs:RepoTimestamp (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/development/tools/repo_diff/service/repodiff/mappers/
H A Dmappers.go90 func commitRowToDenormalizedCols(commitRow e.AnalyzedCommitRow, firstSeen e.RepoTimestamp, rowIndex…
103 func diffRowToPersistCols(d e.AnalyzedDiffRow, uuidBytes string, timestamp e.RepoTimestamp, rowInde…
120 func commitRowToPersistCols(c e.AnalyzedCommitRow, uuidBytes string, timestamp e.RepoTimestamp, row…
133 func DiffRowsToPersistCols(diffRows []e.AnalyzedDiffRow, timestamp e.RepoTimestamp) [][]interface{}…
159 …sToDenormalizedCols(commitRows []e.AnalyzedCommitRow, commitToTimestamp map[string]e.RepoTimestamp
213 func CommitRowsToPersistCols(commitRows []e.AnalyzedCommitRow, timestamp e.RepoTimestamp) [][]inter…
/aosp_15_r20/development/tools/repo_diff/service/repodiff/utils/
H A Dtime.go14 func TimestampToDate(timestamp ent.RepoTimestamp) string {
20 func TimestampToDataStudioDatetime(timestamp ent.RepoTimestamp) string {
/aosp_15_r20/development/tools/repo_diff/service/repodiff/repositories/
H A Dcommit.go215 func mutateEmptyValues(existing map[string]e.RepoTimestamp, shouldExist []string, defaultValue e.Re…
/aosp_15_r20/development/tools/repo_diff/service/repodiff/controllers/
H A Dcontract.go10 …GetFirstSeenTimestamp(commitHashes []string, nullTimestamp ent.RepoTimestamp) (map[string]ent.Repo…
/aosp_15_r20/development/tools/repo_diff/service/repodiff/entities/
H A Dentities.go131 type RepoTimestamp int64 type