Searched refs:assert_current_sum (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/rusqlite/src/ |
D | transaction.rs | 574 assert_current_sum(1, &tx); in test_savepoint() 579 assert_current_sum(3, &sp1); in test_savepoint() 584 assert_current_sum(7, &sp2); in test_savepoint() 589 assert_current_sum(15, &sp3); in test_savepoint() 593 assert_current_sum(15, &sp2); in test_savepoint() 595 assert_current_sum(3, &sp1); in test_savepoint() 597 assert_current_sum(1, &tx); in test_savepoint() 599 assert_current_sum(1, &db); in test_savepoint() 617 assert_current_sum(6, &sp1); in test_ignore_drop_behavior() 620 assert_current_sum(6, &tx); in test_ignore_drop_behavior() [all …]
|