Home
last modified time | relevance | path

Searched defs:Upsert (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dtiming_cache.cc48 void TimingCacheRegistry::Upsert(const string& name, TimingCache* cache) { in Upsert() function in tensorflow::tensorrt::convert::TimingCacheRegistry
/external/sqlite/dist/orig/
Dsqlite3.c14665 typedef struct Upsert Upsert; typedef
18592 struct Upsert { struct
18593 ExprList *pUpsertTarget; /* Optional description of conflict target */ argument
18594 Expr *pUpsertTargetWhere; /* WHERE clause for partial index targets */ argument
18595 ExprList *pUpsertSet; /* The SET clause from an ON CONFLICT UPDATE */ argument
18596 Expr *pUpsertWhere; /* WHERE clause for the ON CONFLICT UPDATE */ argument
18597 Upsert *pNextUpsert; /* Next ON CONFLICT clause in the list */ argument
18601 void *pToFree; /* Free memory when deleting the Upsert object */ argument
18607 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ argument
18608 SrcList *pUpsertSrc; /* Table to be updated */ argument
[all …]
/external/sqlite/dist/
Dsqlite3.c14665 typedef struct Upsert Upsert; typedef
18592 struct Upsert { struct
18593 ExprList *pUpsertTarget; /* Optional description of conflict target */ argument
18594 Expr *pUpsertTargetWhere; /* WHERE clause for partial index targets */ argument
18595 ExprList *pUpsertSet; /* The SET clause from an ON CONFLICT UPDATE */ argument
18596 Expr *pUpsertWhere; /* WHERE clause for the ON CONFLICT UPDATE */ argument
18597 Upsert *pNextUpsert; /* Next ON CONFLICT clause in the list */ argument
18601 void *pToFree; /* Free memory when deleting the Upsert object */ argument
18607 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ argument
18608 SrcList *pUpsertSrc; /* Table to be updated */ argument
[all …]
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c14823 typedef struct Upsert Upsert; typedef
18593 struct Upsert { struct
18594 ExprList *pUpsertTarget; /* Optional description of conflict target */ argument
18595 Expr *pUpsertTargetWhere; /* WHERE clause for partial index targets */ argument
18596 ExprList *pUpsertSet; /* The SET clause from an ON CONFLICT UPDATE */ argument
18597 Expr *pUpsertWhere; /* WHERE clause for the ON CONFLICT UPDATE */ argument
18598 Upsert *pNextUpsert; /* Next ON CONFLICT clause in the list */ argument
18602 void *pToFree; /* Free memory when deleting the Upsert object */ argument
18608 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ argument
18609 SrcList *pUpsertSrc; /* Table to be updated */ argument
[all …]