Searched refs:wtimestamp (Results 1 – 2 of 2) sorted by relevance
94 wtimestamp INT NOT NULL,
283 int64_t wtimestamp = sqlite3_column_int64(stmt, 4); // 4 is column index in InsertTriggerTest() local285 EXPECT_TRUE(wtimestamp - timestamp < diff); in InsertTriggerTest()438 int64_t wtimestamp = sqlite3_column_int64(stmt, 4); // 4 is column index in UpdateTriggerTest() local440 EXPECT_TRUE(timestamp - wtimestamp > diff); in UpdateTriggerTest()530 int64_t wtimestamp = sqlite3_column_int64(stmt, 4); // 4 is column index in __anon41da56cb0802() local532 EXPECT_TRUE(timestamp - wtimestamp > diff); in __anon41da56cb0802()